Skip to content

Commit 2e41689

Browse files
committed
xfail std::num::complex::test_norm on x86, r=burningtree.
1 parent d904c72 commit 2e41689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libextra/num/complex.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ mod test {
222222
}
223223

224224
#[test]
225+
#[ignore(cfg(target_arch = "x86"))]
226+
// FIXME #7158: (maybe?) currently failing on x86.
225227
fn test_norm() {
226228
fn test(c: Complex, ns: float) {
227229
assert_eq!(c.norm_sqr(), ns);

0 commit comments

Comments
 (0)