| author | |
| committer | |
| log | b6810db40a18026e0362ef04570468a6a3a89635 |
| tree | cacce75d504dbfa87a7b0950feda3209dff8caf9 |
| parent | c089dd22a97c55f36bcdcf962d646bd67cc33fb0 |
| signature |
This reverts commit fe6c3e58ef11c8377ce4adfc89301bf4edaf42ab.1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/Io/RwLock.zig-2| ... | ... | @@ -284,8 +284,6 @@ test "concurrent access" { |
| 284 | 284 | } |
| 285 | 285 | |
| 286 | 286 | test "lock canceling" { |
| 287 | if (builtin.cpu.arch.isSPARC() and builtin.os.tag == .linux) return error.SkipZigTest; // https://codeberg.org/ziglang/zig/issues/35347 | |
| 288 | ||
| 289 | 287 | const io = testing.io; |
| 290 | 288 | |
| 291 | 289 | var rl: Io.RwLock = .init; |