Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit fa512b9

Browse files
committed
Bug 1936582 - Fix some BucketFS WPT tests to expect intermittent OK. r=dom-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D231812
1 parent 5199129 commit fa512b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testing/web-platform/meta/file-system-access/idlharness.https.any.js.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
[idlharness.https.any.worker.html]
4040
expected:
41-
if (os == "linux") and not tsan and debug and fission: CRASH
41+
if (os == "linux") and not tsan and debug and fission: [OK, CRASH]
4242
if (os == "linux") and not tsan and not debug and not fission: CRASH
4343
if (os == "android") and not debug: [OK, CRASH]
4444
[FileSystemHandle interface: operation queryPermission(optional FileSystemHandlePermissionDescriptor)]

testing/web-platform/meta/fs/FileSystemObserver-writable-file-stream.https.tentative.any.js.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if not asan and debug and (os == "linux") and not fission: OK
1212
if not asan and debug and (os == "mac"): OK
1313
if not asan and not debug: OK
14-
CRASH
14+
[OK, CRASH]
1515
[Closing a FileSystemWritableFileStream that's modified the file produces a "modified" event]
1616
expected: FAIL
1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[FileSystemSyncAccessHandle-close.https.worker.html]
22
expected:
33
if (os == "linux") and not tsan and not debug and not fission: CRASH
4-
if (os == "linux") and not tsan and debug: CRASH
4+
if (os == "linux") and not tsan and debug: [CRASH, OK]
55
if (os == "mac") and debug: [CRASH, OK]
66
if (os == "linux") and tsan: TIMEOUT

0 commit comments

Comments
 (0)