xfail std::num::complex::test_norm on x86, r=burningtree.

This commit is contained in:
Graydon Hoare 2013-06-18 14:48:15 -07:00
parent d904c72af8
commit 2e41689501

View File

@ -222,6 +222,8 @@ mod test {
}
#[test]
#[ignore(cfg(target_arch = "x86"))]
// FIXME #7158: (maybe?) currently failing on x86.
fn test_norm() {
fn test(c: Complex, ns: float) {
assert_eq!(c.norm_sqr(), ns);