File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: d904c72af830bd4bec773ce35897703dff2ee3b1
4
+ refs/heads/snap-stage3: 2e41689501dd3fd207b26d5ce347d0cd9f84d59e
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -222,6 +222,8 @@ mod test {
222
222
}
223
223
224
224
#[ test]
225
+ #[ ignore( cfg( target_arch = "x86" ) ) ]
226
+ // FIXME #7158: (maybe?) currently failing on x86.
225
227
fn test_norm ( ) {
226
228
fn test ( c : Complex , ns : float ) {
227
229
assert_eq ! ( c. norm_sqr( ) , ns) ;
You can’t perform that action at this time.
0 commit comments