We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5d527 commit d585d33Copy full SHA for d585d33
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: d904c72af830bd4bec773ce35897703dff2ee3b1
+refs/heads/master: 2e41689501dd3fd207b26d5ce347d0cd9f84d59e
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
trunk/src/libextra/num/complex.rs
@@ -222,6 +222,8 @@ mod test {
222
}
223
224
#[test]
225
+ #[ignore(cfg(target_arch = "x86"))]
226
+ // FIXME #7158: (maybe?) currently failing on x86.
227
fn test_norm() {
228
fn test(c: Complex, ns: float) {
229
assert_eq!(c.norm_sqr(), ns);
0 commit comments