diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-18 20:59:51 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-18 20:59:51 +0100 |
| commit | 6b0c411fe737a87d10e9c6060328242fa15bfc06 (patch) | |
| tree | 724bb503f2c5a5d8712ec00ba176ee9c59126dca | |
| parent | dab7fc6155f3f487f29b25bc1ad89b69e283cad7 (diff) | |
| download | rust-6b0c411fe737a87d10e9c6060328242fa15bfc06.tar.gz rust-6b0c411fe737a87d10e9c6060328242fa15bfc06.zip | |
Cleanup rand test disable patch
| -rw-r--r-- | patches/0002-rand-Disable-failing-test.patch | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/patches/0002-rand-Disable-failing-test.patch b/patches/0002-rand-Disable-failing-test.patch index 19fd20d7269..ae13ab3b0ca 100644 --- a/patches/0002-rand-Disable-failing-test.patch +++ b/patches/0002-rand-Disable-failing-test.patch @@ -4,27 +4,18 @@ Date: Sat, 15 Aug 2020 20:04:38 +0200 Subject: [PATCH] [rand] Disable failing test --- - src/distributions/uniform.rs | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) + src/distributions/uniform.rs | 1 + + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/distributions/uniform.rs b/src/distributions/uniform.rs index 480b859..c80bb6f 100644 --- a/src/distributions/uniform.rs +++ b/src/distributions/uniform.rs -@@ -1085,7 +1085,7 @@ mod tests { - _ => panic!("`UniformDurationMode` was not serialized/deserialized correctly") - } - } -- -+ - #[test] - #[cfg(feature = "serde1")] - fn test_uniform_serialization() { @@ -1314,6 +1314,7 @@ mod tests { not(target_arch = "wasm32"), not(target_arch = "asmjs") ))] -+ #[ignore] // FIXME ++ #[ignore] // Requires unwinding fn test_float_assertions() { use super::SampleUniform; use std::panic::catch_unwind; |
