@@ -1254,11 +1254,6 @@ fn testGetCurrentFileTimestamp(dir: fs.Dir) !i128 {
1254
1254
}
1255
1255
1256
1256
test "cache file and then recall it" {
1257
- if (builtin .os .tag == .wasi ) {
1258
- // https://github.com/ziglang/zig/issues/5437
1259
- return error .SkipZigTest ;
1260
- }
1261
-
1262
1257
var tmp = testing .tmpDir (.{});
1263
1258
defer tmp .cleanup ();
1264
1259
@@ -1320,11 +1315,6 @@ test "cache file and then recall it" {
1320
1315
}
1321
1316
1322
1317
test "check that changing a file makes cache fail" {
1323
- if (builtin .os .tag == .wasi ) {
1324
- // https://github.com/ziglang/zig/issues/5437
1325
- return error .SkipZigTest ;
1326
- }
1327
-
1328
1318
var tmp = testing .tmpDir (.{});
1329
1319
defer tmp .cleanup ();
1330
1320
@@ -1394,11 +1384,6 @@ test "check that changing a file makes cache fail" {
1394
1384
}
1395
1385
1396
1386
test "no file inputs" {
1397
- if (builtin .os .tag == .wasi ) {
1398
- // https://github.com/ziglang/zig/issues/5437
1399
- return error .SkipZigTest ;
1400
- }
1401
-
1402
1387
var tmp = testing .tmpDir (.{});
1403
1388
defer tmp .cleanup ();
1404
1389
@@ -1442,11 +1427,6 @@ test "no file inputs" {
1442
1427
}
1443
1428
1444
1429
test "Manifest with files added after initial hash work" {
1445
- if (builtin .os .tag == .wasi ) {
1446
- // https://github.com/ziglang/zig/issues/5437
1447
- return error .SkipZigTest ;
1448
- }
1449
-
1450
1430
var tmp = testing .tmpDir (.{});
1451
1431
defer tmp .cleanup ();
1452
1432
0 commit comments