Bug 1691054 [wpt PR 27507] - Update wpt metadata, a=testonly

wpt-pr: 27507
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2021-02-25 17:27:41 +00:00
Родитель 5c857224da
Коммит d37457d211
4 изменённых файлов: 229 добавлений и 6 удалений

Просмотреть файл

@ -0,0 +1,55 @@
[capacity_allocation_async_basic.tentative.https.any.html]
[The starting capacity of a NativeIOFileManager is 0]
expected: FAIL
[getRemainingCapacity() reports the capacity granted by requestCapacity()]
expected: FAIL
[getRemainingCapacity() reports zero after a releaseCapacity() matching the capacity granted by a requestCapacity().]
expected: FAIL
[requestCapacity() grants the requested capacity for small requests]
expected: FAIL
[capacity_allocation_async_basic.tentative.https.any.sharedworker.html]
[The starting capacity of a NativeIOFileManager is 0]
expected: FAIL
[getRemainingCapacity() reports the capacity granted by requestCapacity()]
expected: FAIL
[getRemainingCapacity() reports zero after a releaseCapacity() matching the capacity granted by a requestCapacity().]
expected: FAIL
[requestCapacity() grants the requested capacity for small requests]
expected: FAIL
[capacity_allocation_async_basic.tentative.https.any.serviceworker.html]
[The starting capacity of a NativeIOFileManager is 0]
expected: FAIL
[getRemainingCapacity() reports the capacity granted by requestCapacity()]
expected: FAIL
[getRemainingCapacity() reports zero after a releaseCapacity() matching the capacity granted by a requestCapacity().]
expected: FAIL
[requestCapacity() grants the requested capacity for small requests]
expected: FAIL
[capacity_allocation_async_basic.tentative.https.any.worker.html]
[The starting capacity of a NativeIOFileManager is 0]
expected: FAIL
[getRemainingCapacity() reports the capacity granted by requestCapacity()]
expected: FAIL
[getRemainingCapacity() reports zero after a releaseCapacity() matching the capacity granted by a requestCapacity().]
expected: FAIL
[requestCapacity() grants the requested capacity for small requests]
expected: FAIL

Просмотреть файл

@ -16,7 +16,22 @@
expected: NOTRUN
[Renaming a non-existing file fails with a NotFoundError.]
expected: NOTRUN
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL
[storageFoundation.rename does not allow renaming an open file.]
expected: FAIL
[storageFoundation.rename does not allow renaming from or to invalid names.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the source.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the destination.]
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL
@ -35,7 +50,6 @@
[rename_async_failure_handling.tentative.https.any.worker.html]
expected: ERROR
[nativeIO.rename does not overwrite an existing file.]
expected: FAIL
@ -52,7 +66,22 @@
expected: NOTRUN
[Renaming a non-existing file fails with a NotFoundError.]
expected: NOTRUN
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL
[storageFoundation.rename does not allow renaming an open file.]
expected: FAIL
[storageFoundation.rename does not allow renaming from or to invalid names.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the source.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the destination.]
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL
@ -88,7 +117,22 @@
expected: NOTRUN
[Renaming a non-existing file fails with a NotFoundError.]
expected: NOTRUN
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL
[storageFoundation.rename does not allow renaming an open file.]
expected: FAIL
[storageFoundation.rename does not allow renaming from or to invalid names.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the source.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the destination.]
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL
@ -107,7 +151,6 @@
[rename_async_failure_handling.tentative.https.any.sharedworker.html]
expected: ERROR
[nativeIO.rename does not overwrite an existing file.]
expected: FAIL
@ -124,7 +167,22 @@
expected: NOTRUN
[Renaming a non-existing file fails with a NotFoundError.]
expected: NOTRUN
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL
[storageFoundation.rename does not allow renaming an open file.]
expected: FAIL
[storageFoundation.rename does not allow renaming from or to invalid names.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the source.]
expected: FAIL
[Failed storageFoundation.rename does not unlock the destination.]
expected: FAIL
[storageFoundation.rename does not overwrite an existing file.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,55 @@
[setLength_capacity_allocation_async.tentative.https.any.worker.html]
[setLength() fails without any capacity request.]
expected: FAIL
[setLength() succeeds when given the granted capacity - 1]
expected: FAIL
[setLength() succeeds when given the granted capacity]
expected: FAIL
[setLength() fails when given the granted capacity + 1]
expected: FAIL
[setLength_capacity_allocation_async.tentative.https.any.html]
[setLength() fails without any capacity request.]
expected: FAIL
[setLength() succeeds when given the granted capacity - 1]
expected: FAIL
[setLength() succeeds when given the granted capacity]
expected: FAIL
[setLength() fails when given the granted capacity + 1]
expected: FAIL
[setLength_capacity_allocation_async.tentative.https.any.sharedworker.html]
[setLength() fails without any capacity request.]
expected: FAIL
[setLength() succeeds when given the granted capacity - 1]
expected: FAIL
[setLength() succeeds when given the granted capacity]
expected: FAIL
[setLength() fails when given the granted capacity + 1]
expected: FAIL
[setLength_capacity_allocation_async.tentative.https.any.serviceworker.html]
[setLength() fails without any capacity request.]
expected: FAIL
[setLength() succeeds when given the granted capacity - 1]
expected: FAIL
[setLength() succeeds when given the granted capacity]
expected: FAIL
[setLength() fails when given the granted capacity + 1]
expected: FAIL

Просмотреть файл

@ -0,0 +1,55 @@
[write_capacity_allocation_async.tentative.https.any.html]
[write() fails without any capacity request.]
expected: FAIL
[write() succeeds when given a buffer of length granted capacity - 1]
expected: FAIL
[write() succeeds when given the granted capacity]
expected: FAIL
[write() fails when given the granted capacity + 1]
expected: FAIL
[write_capacity_allocation_async.tentative.https.any.serviceworker.html]
[write() fails without any capacity request.]
expected: FAIL
[write() succeeds when given a buffer of length granted capacity - 1]
expected: FAIL
[write() succeeds when given the granted capacity]
expected: FAIL
[write() fails when given the granted capacity + 1]
expected: FAIL
[write_capacity_allocation_async.tentative.https.any.worker.html]
[write() fails without any capacity request.]
expected: FAIL
[write() succeeds when given a buffer of length granted capacity - 1]
expected: FAIL
[write() succeeds when given the granted capacity]
expected: FAIL
[write() fails when given the granted capacity + 1]
expected: FAIL
[write_capacity_allocation_async.tentative.https.any.sharedworker.html]
[write() fails without any capacity request.]
expected: FAIL
[write() succeeds when given a buffer of length granted capacity - 1]
expected: FAIL
[write() succeeds when given the granted capacity]
expected: FAIL
[write() fails when given the granted capacity + 1]
expected: FAIL