commit | 3fb3939896f6270d48aff34eee2946bd7661bd63 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Fri Apr 06 08:49:41 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 06 12:05:32 2018 |
tree | 86ba0f902ee63172b4205f0f34e1d81cccd9b477 | |
parent | 634a777b9d1719d6b5f6d7a2dab38faaf198d35b [diff] |
Floating-point exception observer for unit tests This CL adds a simple tool that let a unit test fail if a floating point exception occurs. It is possible to focus on specific exceptions. Note that FloatingPointExceptionObserver is only effective in debug mode. For this reason, the related unit tests only run in debug mode. Plus, due to some platform-specific limitations, not all the floating point exceptions are available on Android. Bug: webrtc:8948 Change-Id: I0956e27f2f3aa68771dd647169fba7968ccbd771 Reviewed-on: https://webrtc-review.googlesource.com/58097 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22768}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.