webrtc/api/units
Jonas Olsson 0d4070a18c Remove incorrect test from api/units/
The behavior of division-by-zero is undefined, so the DivisionByZeroFails test isn't correct. As we don't need any specific behavior on division-by-zero we leave the current code untouched.
Additionally, since the DivisionFailsOnLargeSize EXPECT_DEATH checks rely on DCHECKs, we only run those when DCHECKs are enabled.

Bug: webrtc:9443
Change-Id: I0fdd7be55a7bc76b4203b2f6d5cd0ed8ac5cc688
Reviewed-on: https://webrtc-review.googlesource.com/85362
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23767}
2018-06-28 11:37:20 +00:00
..
BUILD.gn Moves network unit types to API. 2018-05-08 11:46:22 +00:00
data_rate.cc Moves network unit types to API. 2018-05-08 11:46:22 +00:00
data_rate.h Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
data_rate_unittest.cc Remove incorrect test from api/units/ 2018-06-28 11:37:20 +00:00
data_size.cc Moves network unit types to API. 2018-05-08 11:46:22 +00:00
data_size.h Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
data_size_unittest.cc Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
time_delta.cc Moves network unit types to API. 2018-05-08 11:46:22 +00:00
time_delta.h Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
time_delta_unittest.cc Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
timestamp.cc Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
timestamp.h Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
timestamp_unittest.cc Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00