webrtc/test
Taylor Brandstetter c0597fb382 Revert "Reland "Floating-point exception observer for unit tests""
This reverts commit aaa85ae565.

Reason for revert: Breaks iOS64 Debug trybot: https://uberchromegw.corp.google.com/i/internal.client.webrtc/builders/iOS64%20Debug/builds/14014

The failure being at:

../../test/fpe_observer_unittest.cc:93: Failure
Expected equality of these values:
  0x009f
    Which is: 159
  all_flags
    Which is: 31

It looks like the missing flag may be "FE_FLUSHTOZERO"? 

Original change's description:
> Reland "Floating-point exception observer for unit tests"
> 
> This reverts commit e3d522dd6b.
> 
> Reason for revert: Disabling test failing in downstream projects.
> 
> Original change's description:
> > Revert "Floating-point exception observer for unit tests"
> >
> > This reverts commit 3fb3939896.
> >
> > Reason for revert: Downstream projects failures.
> >
> > Original change's description:
> > > 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}
> >
> > TBR=phoglund@webrtc.org,alessiob@webrtc.org,kwiberg@webrtc.org
> >
> > Change-Id: I0fd3d114ab4a348fd46339e98273e19c1ac1c6dc
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Bug: webrtc:8948
> > Reviewed-on: https://webrtc-review.googlesource.com/67380
> > Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
> > Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#22769}
> 
> TBR=phoglund@webrtc.org,alessiob@webrtc.org,kwiberg@webrtc.org
> 
> # Not skipping CQ checks because original CL landed > 1 day ago.
> 
> Bug: webrtc:8948
> Change-Id: I7584d941b227277a271323b47bc70945af999758
> Reviewed-on: https://webrtc-review.googlesource.com/69060
> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#22848}

TBR=phoglund@webrtc.org,alessiob@webrtc.org,kwiberg@webrtc.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: webrtc:8948
Change-Id: Ia377cea165211a0fad8f7ab29baae3eee64395c3
Reviewed-on: https://webrtc-review.googlesource.com/70280
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22886}
2018-04-16 19:21:18 +00:00
..
android Roll chromium_revision 2c98648a24..37c4da4be1 (538114:538199) 2018-02-22 13:58:58 +00:00
fuzzers Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
gl Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
ios Reland "iOS: Save perf results under Documents/perf_result.json" 2018-01-08 14:12:42 +00:00
linux Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
mac Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testsupport Extend WavReader and WavWriter API. 2018-03-19 15:21:51 +00:00
win Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
BUILD.gn Revert "Reland "Floating-point exception observer for unit tests"" 2018-04-16 19:21:18 +00:00
call_test.cc Reland "Reland "Move rtp-specific config out of EncoderSettings."" 2018-04-05 14:30:09 +00:00
call_test.h Add audio_ prefix to audio-related members of CallTest. 2018-03-28 13:49:46 +00:00
configurable_frame_size_encoder.cc Delete unused method SetPeriodicKeyFrames. 2018-03-05 08:54:32 +00:00
configurable_frame_size_encoder.h Delete unused method SetPeriodicKeyFrames. 2018-03-05 08:54:32 +00:00
constants.cc Remove voe_auto_test and add new tests to cover the missing cases. 2017-09-15 16:56:08 +00:00
constants.h Remove voe_auto_test and add new tests to cover the missing cases. 2017-09-15 16:56:08 +00:00
DEPS Reland "Add multiplex case to webrtc_perf_tests" 2018-03-10 01:21:04 +00:00
direct_transport.cc Added SetClockOffset on FakeNetworkPipe. 2018-04-06 09:02:12 +00:00
direct_transport.h Added SetClockOffset on FakeNetworkPipe. 2018-04-06 09:02:12 +00:00
drifting_clock.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
drifting_clock.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
encoder_settings.cc Reland "Reland "Move rtp-specific config out of EncoderSettings."" 2018-04-05 14:30:09 +00:00
encoder_settings.h Reland "Reland "Move rtp-specific config out of EncoderSettings."" 2018-04-05 14:30:09 +00:00
fake_decoder.cc Don't use the |codec_settings| parameter in FakeDecoder::InitDecode. 2018-04-05 12:00:43 +00:00
fake_decoder.h Don't use the |codec_settings| parameter in FakeDecoder::InitDecode. 2018-04-05 12:00:43 +00:00
fake_encoder.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
fake_encoder.h Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. 2018-02-07 10:07:28 +00:00
fake_texture_frame.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fake_texture_frame.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fake_videorenderer.h Move videosinkinterface.h to common_video to solve a circular dep. 2018-01-04 13:19:49 +00:00
field_trial.cc Remove webrtc::test::InitFieldTrialsFromString(const std::string&). 2018-02-01 19:47:41 +00:00
field_trial.h Remove webrtc::test::InitFieldTrialsFromString(const std::string&). 2018-02-01 19:47:41 +00:00
frame_generator_capturer.cc Remove unused FrameGeneratorCapturer::Create signature 2018-03-12 21:43:21 +00:00
frame_generator_capturer.h Remove unused FrameGeneratorCapturer::Create signature 2018-03-12 21:43:21 +00:00
frame_generator_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
frame_generator.cc Reland "Add multiplex case to webrtc_perf_tests" 2018-03-10 01:21:04 +00:00
frame_generator.h Remove unused FrameGeneratorCapturer::Create signature 2018-03-12 21:43:21 +00:00
frame_utils.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
frame_utils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
gmock.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
gtest.h Reland "Adding gtest-spi.h in webrtc/test/gtest.h" 2018-04-05 08:21:23 +00:00
layer_filtering_transport.cc Implement dual stream full stack test and loopback tool 2017-12-21 17:30:31 +00:00
layer_filtering_transport.h Reland: Add ability to emulate degraded network in Call via field trial 2018-03-14 17:03:25 +00:00
mock_audio_decoder_factory.h Tests: Pass codec ID argument to audio codecs 2018-03-12 13:25:29 +00:00
mock_audio_decoder.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mock_audio_decoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mock_audio_encoder_factory.h Tests: Pass codec ID argument to audio codecs 2018-03-12 13:25:29 +00:00
mock_audio_encoder.cc Removed Die mock from MockAudioEncoder 2018-02-22 12:53:38 +00:00
mock_audio_encoder.h Removed Die mock from MockAudioEncoder 2018-02-22 12:53:38 +00:00
mock_transport.cc Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets" 2018-03-09 16:04:35 +00:00
mock_transport.h Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets" 2018-03-09 16:04:35 +00:00
null_platform_renderer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
null_transport.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
null_transport.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Remove pbos@webrtc.org from all OWNERS. 2017-11-01 08:03:46 +00:00
rtcp_packet_parser.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
rtcp_packet_parser.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_file_reader_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_file_reader.cc Increase rtp_file_reader line length to support ipv6. 2018-01-30 08:53:49 +00:00
rtp_file_reader.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_file_writer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_file_writer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_file_writer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rtp_rtcp_observer.h Allow injection of custom network models in place of FakeNetworkPipe. 2017-10-26 11:11:25 +00:00
run_loop.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
run_loop.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
run_test.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
run_test.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
single_threaded_task_queue_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
single_threaded_task_queue.cc Fixing typo in a comment. 2017-12-14 09:07:31 +00:00
single_threaded_task_queue.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
statistics.cc Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
statistics.h Reland "Updated analysis in videoprocessor." 2018-01-18 08:37:27 +00:00
test_main.cc Don't use gtest-parallel when running webrtc_perf_tests. 2018-02-12 13:10:04 +00:00
vcm_capturer.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
vcm_capturer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
video_capturer.cc Optional: Use nullopt and implicit construction in /test 2018-01-11 13:31:01 +00:00
video_capturer.h Move videosourceinterface to api. 2018-01-05 09:14:19 +00:00
video_codec_settings.h Delete the VideoCodec::plName string. 2018-03-06 11:17:41 +00:00
video_renderer.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
video_renderer.h Move videosinkinterface.h to common_video to solve a circular dep. 2018-01-04 13:19:49 +00:00