]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/patches/0002-rand-Disable-failing-test.patch
Rollup merge of #99570 - XrXr:box-from-slice-docs, r=thomcc
[rust.git] / compiler / rustc_codegen_cranelift / patches / 0002-rand-Disable-failing-test.patch
1 From a8fb97120d71252538b6b026695df40d02696bdb Mon Sep 17 00:00:00 2001
2 From: bjorn3 <bjorn3@users.noreply.github.com>
3 Date: Sat, 15 Aug 2020 20:04:38 +0200
4 Subject: [PATCH] [rand] Disable failing test
5
6 ---
7  src/distributions/uniform.rs | 1 +
8  1 file changed, 1 insertion(+), 0 deletions(-)
9
10 diff --git a/src/distributions/uniform.rs b/src/distributions/uniform.rs
11 index 480b859..c80bb6f 100644
12 --- a/src/distributions/uniform.rs
13 +++ b/src/distributions/uniform.rs
14 @@ -1314,6 +1314,7 @@ mod tests {
15          not(target_arch = "wasm32"),
16          not(target_arch = "asmjs")
17      ))]
18 +    #[ignore] // Requires unwinding
19      fn test_float_assertions() {
20          use super::SampleUniform;
21          use std::panic::catch_unwind;
22 -- 
23 2.20.1
24