| ... | ... | @@ -315,8 +315,8 @@ test "atomicrmw with 128-bit ints" { |
| 315 | 315 | |
| 316 | 316 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
| 317 | 317 | |
| 318 | | // TODO "ld.lld: undefined symbol: __sync_lock_test_and_set_16" on -target x86_64-linux-none -mcpu x86_64 |
| 319 | | if (builtin.zig_backend == .stage2_llvm and builtin.os.tag == .linux) return error.SkipZigTest; |
| 318 | // TODO "ld.lld: undefined symbol: __sync_lock_test_and_set_16" on -mcpu x86_64 |
| 319 | if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; |
| 320 | 320 | |
| 321 | 321 | try testAtomicRmwInt128(.unsigned); |
| 322 | 322 | comptime try testAtomicRmwInt128(.unsigned); |