-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1794511 [wpt PR 36388] - Update wpt metadata, a=testonly
wpt-pr: 36388 wpt-type: metadata
- Loading branch information
1 parent
6914d49
commit 48a29c5
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
testing/web-platform/meta/fs/FileSystemBaseHandle-isSameEntry.https.any.js.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,70 @@ | ||
[FileSystemBaseHandle-isSameEntry.https.any.worker.html] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] | ||
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] | ||
[isSameEntry comparing two files pointing to the same path returns true] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] | ||
|
||
[isSameEntry comparing two directories pointing to the same path returns true] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] | ||
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] | ||
|
||
[isSameEntry comparing a file to a directory of the same path returns false] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] | ||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] | ||
|
||
[isSameEntry works as expected with buckets] | ||
expected: | ||
if (processor == "x86") and not debug: [FAIL, NOTRUN] | ||
FAIL | ||
|
||
|
||
[FileSystemBaseHandle-isSameEntry.https.any.html] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] | ||
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] | ||
[isSameEntry comparing two directories pointing to the same path returns true] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] | ||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] | ||
|
||
[isSameEntry comparing a file to a directory of the same path returns false] | ||
expected: | ||
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] | ||
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] | ||
|
||
[isSameEntry for different handles for the same directory] | ||
expected: | ||
if (processor == "x86") and not debug: [PASS, TIMEOUT] | ||
|
||
[isSameEntry for identical file handles returns true] | ||
expected: | ||
if (processor == "x86") and not debug: [PASS, NOTRUN] | ||
|
||
[isSameEntry for different files returns false] | ||
expected: | ||
if (processor == "x86") and not debug: [PASS, NOTRUN] | ||
|
||
[isSameEntry for different handles for the same file] | ||
expected: | ||
if (processor == "x86") and not debug: [PASS, NOTRUN] | ||
|
||
[isSameEntry comparing a file to a file in a different directory returns false] | ||
expected: | ||
if (processor == "x86") and not debug: [PASS, NOTRUN] | ||
|
||
[isSameEntry comparing a file to a directory returns false] | ||
expected: | ||
if (processor == "x86") and not debug: [PASS, NOTRUN] | ||
|
||
[isSameEntry comparing two files pointing to the same path returns true] | ||
expected: | ||
if (processor == "x86") and not debug: [PASS, NOTRUN] | ||
|
||
[isSameEntry works as expected with buckets] | ||
expected: | ||
if (processor == "x86") and not debug: [FAIL, NOTRUN] | ||
FAIL |