| author | |
| committer | |
| log | fe6c3e58ef11c8377ce4adfc89301bf4edaf42ab |
| tree | 8c127d6c17bd30a44d55435e7394174255417238 |
| parent | a8376afca950f7d2cb1171517912ed464d0637fb |
| signature |
https://codeberg.org/ziglang/zig/issues/353471 files changed, 2 insertions(+), 0 deletions(-)
lib/std/Io/RwLock.zig+2| ... | @@ -284,6 +284,8 @@ test "concurrent access" { | ... | @@ -284,6 +284,8 @@ test "concurrent access" { |
| 284 | } | 284 | } |
| 285 | 285 | ||
| 286 | test "lock canceling" { | 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 | |||
| 287 | const io = testing.io; | 289 | const io = testing.io; |
| 288 | 290 | ||
| 289 | var rl: Io.RwLock = .init; | 291 | var rl: Io.RwLock = .init; |