Skip to content

Commit

Permalink
Bug 1794511 [wpt PR 36388] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 36388
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Nov 21, 2022
1 parent 6914d49 commit 48a29c5
Showing 1 changed file with 44 additions and 0 deletions.
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

0 comments on commit 48a29c5

Please sign in to comment.