From bddca0204afa51ae184413415bb0b39226703653 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Wed, 19 Aug 2020 14:57:39 +0000 Subject: [PATCH] Bug 1652418 [wpt PR 24575] - Update wpt metadata, a=testonly wpt-pr: 24575 wpt-type: metadata --- .../close_async.tentative.https.any.js.ini | 24 ++++++++ .../close_sync.tentative.https.any.js.ini | 3 + ...rrent_io_flush_async.tentative.https.any.js.ini | 42 +++++++++----- ...t_io_getLength_async.tentative.https.any.js.ini | 12 ++++ ...urrent_io_read_async.tentative.https.any.js.ini | 12 ++++ ...t_io_setLength_async.tentative.https.any.js.ini | 67 ++++++++++++++++++++++ ...rrent_io_write_async.tentative.https.any.js.ini | 12 ++++ ...etLength_async_basic.tentative.https.any.js.ini | 31 ++++++++++ ...setLength_sync_basic.tentative.https.any.js.ini | 7 +++ ...tLength_bounds_async.tentative.https.any.js.ini | 31 ++++++++++ ...etLength_bounds_sync.tentative.https.any.js.ini | 7 +++ 11 files changed, 233 insertions(+), 15 deletions(-) create mode 100644 testing/web-platform/meta/native-io/concurrent_io/concurrent_io_setLength_async.tentative.https.any.js.ini create mode 100644 testing/web-platform/meta/native-io/getLength_setLength_async_basic.tentative.https.any.js.ini create mode 100644 testing/web-platform/meta/native-io/getLength_setLength_sync_basic.tentative.https.any.js.ini create mode 100644 testing/web-platform/meta/native-io/setLength_bounds_async.tentative.https.any.js.ini create mode 100644 testing/web-platform/meta/native-io/setLength_bounds_sync.tentative.https.any.js.ini diff --git a/testing/web-platform/meta/native-io/close_async.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/close_async.tentative.https.any.js.ini index b85265d9075b..525c7ab0c483 100644 --- a/testing/web-platform/meta/native-io/close_async.tentative.https.any.js.ini +++ b/testing/web-platform/meta/native-io/close_async.tentative.https.any.js.ini @@ -25,6 +25,12 @@ [NativeIOFile.getLength fails after NativeIOFile.close settles] expected: FAIL + [NativeIOFile.setLength fails after NativeIOFile.close settles] + expected: FAIL + + [NativeIOFile.setLength fails immediately after calling NativeIOFile.close] + expected: FAIL + [NativeIOFile.flush fails immediately after calling NativeIOFile.close] expected: FAIL @@ -57,6 +63,12 @@ [NativeIOFile.getLength fails after NativeIOFile.close settles] expected: FAIL + [NativeIOFile.setLength fails after NativeIOFile.close settles] + expected: FAIL + + [NativeIOFile.setLength fails immediately after calling NativeIOFile.close] + expected: FAIL + [NativeIOFile.flush fails immediately after calling NativeIOFile.close] expected: FAIL @@ -89,6 +101,12 @@ [NativeIOFile.getLength fails after NativeIOFile.close settles] expected: FAIL + [NativeIOFile.setLength fails after NativeIOFile.close settles] + expected: FAIL + + [NativeIOFile.setLength fails immediately after calling NativeIOFile.close] + expected: FAIL + [NativeIOFile.flush fails immediately after calling NativeIOFile.close] expected: FAIL @@ -121,6 +139,12 @@ [NativeIOFile.getLength fails after NativeIOFile.close settles] expected: FAIL + [NativeIOFile.setLength fails after NativeIOFile.close settles] + expected: FAIL + + [NativeIOFile.setLength fails immediately after calling NativeIOFile.close] + expected: FAIL + [NativeIOFile.flush fails immediately after calling NativeIOFile.close] expected: FAIL diff --git a/testing/web-platform/meta/native-io/close_sync.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/close_sync.tentative.https.any.js.ini index 093935e44a11..09a7f0810ee7 100644 --- a/testing/web-platform/meta/native-io/close_sync.tentative.https.any.js.ini +++ b/testing/web-platform/meta/native-io/close_sync.tentative.https.any.js.ini @@ -11,6 +11,9 @@ [NativeIOFileSync.close is idempotent] expected: FAIL + [NativeIOFileSync.setLength fails after NativeIOFileSync.close] + expected: FAIL + [NativeIOFileSync.flush fails after NativeIOFileSync.close] expected: FAIL diff --git a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_flush_async.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_flush_async.tentative.https.any.js.ini index be15e6e78799..8d5f0e308398 100644 --- a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_flush_async.tentative.https.any.js.ini +++ b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_flush_async.tentative.https.any.js.ini @@ -1,55 +1,67 @@ -[concurrent_io_flush_async.tentative.https.any.sharedworker.html] - [flush() rejects while flush() is resolving.] +[concurrent_io_flush_async.tentative.https.any.html] + [setLength() rejects while flush() is resolving.] expected: FAIL [write() rejects while flush() is resolving.] expected: FAIL - [read() rejects while flush() is resolving.] + [getLength() rejects while flush() is resolving.] expected: FAIL - [getLength() rejects while flush() is resolving.] + [flush() rejects while flush() is resolving.] expected: FAIL + [read() rejects while flush() is resolving.] + expected: FAIL -[concurrent_io_flush_async.tentative.https.any.html] - [flush() rejects while flush() is resolving.] + +[concurrent_io_flush_async.tentative.https.any.worker.html] + [setLength() rejects while flush() is resolving.] expected: FAIL [write() rejects while flush() is resolving.] expected: FAIL - [read() rejects while flush() is resolving.] + [getLength() rejects while flush() is resolving.] expected: FAIL - [getLength() rejects while flush() is resolving.] + [flush() rejects while flush() is resolving.] + expected: FAIL + + [read() rejects while flush() is resolving.] expected: FAIL [concurrent_io_flush_async.tentative.https.any.serviceworker.html] - [flush() rejects while flush() is resolving.] + [setLength() rejects while flush() is resolving.] expected: FAIL [write() rejects while flush() is resolving.] expected: FAIL - [read() rejects while flush() is resolving.] + [getLength() rejects while flush() is resolving.] expected: FAIL - [getLength() rejects while flush() is resolving.] + [flush() rejects while flush() is resolving.] expected: FAIL + [read() rejects while flush() is resolving.] + expected: FAIL -[concurrent_io_flush_async.tentative.https.any.worker.html] - [flush() rejects while flush() is resolving.] + +[concurrent_io_flush_async.tentative.https.any.sharedworker.html] + [setLength() rejects while flush() is resolving.] expected: FAIL [write() rejects while flush() is resolving.] expected: FAIL - [read() rejects while flush() is resolving.] + [getLength() rejects while flush() is resolving.] expected: FAIL - [getLength() rejects while flush() is resolving.] + [flush() rejects while flush() is resolving.] + expected: FAIL + + [read() rejects while flush() is resolving.] expected: FAIL diff --git a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_getLength_async.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_getLength_async.tentative.https.any.js.ini index bb2c61897de8..0e4058bf713a 100644 --- a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_getLength_async.tentative.https.any.js.ini +++ b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_getLength_async.tentative.https.any.js.ini @@ -11,6 +11,9 @@ [flush() rejects while getLength() is resolving.] expected: FAIL + [setLength() rejects while getLength() is resolving.] + expected: FAIL + [concurrent_io_getLength_async.tentative.https.any.worker.html] [read() rejects while getLength() is resolving.] @@ -25,6 +28,9 @@ [flush() rejects while getLength() is resolving.] expected: FAIL + [setLength() rejects while getLength() is resolving.] + expected: FAIL + [concurrent_io_getLength_async.tentative.https.any.serviceworker.html] [read() rejects while getLength() is resolving.] @@ -39,6 +45,9 @@ [flush() rejects while getLength() is resolving.] expected: FAIL + [setLength() rejects while getLength() is resolving.] + expected: FAIL + [concurrent_io_getLength_async.tentative.https.any.sharedworker.html] [read() rejects while getLength() is resolving.] @@ -53,3 +62,6 @@ [flush() rejects while getLength() is resolving.] expected: FAIL + [setLength() rejects while getLength() is resolving.] + expected: FAIL + diff --git a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_read_async.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_read_async.tentative.https.any.js.ini index 75eddbba36b1..39c94a505ed4 100644 --- a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_read_async.tentative.https.any.js.ini +++ b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_read_async.tentative.https.any.js.ini @@ -8,6 +8,9 @@ [read() rejects while read() is resolving.] expected: FAIL + [setLength() rejects while read() is resolving.] + expected: FAIL + [flush() rejects while read() is resolving.] expected: FAIL @@ -22,6 +25,9 @@ [read() rejects while read() is resolving.] expected: FAIL + [setLength() rejects while read() is resolving.] + expected: FAIL + [flush() rejects while read() is resolving.] expected: FAIL @@ -36,6 +42,9 @@ [read() rejects while read() is resolving.] expected: FAIL + [setLength() rejects while read() is resolving.] + expected: FAIL + [flush() rejects while read() is resolving.] expected: FAIL @@ -50,6 +59,9 @@ [read() rejects while read() is resolving.] expected: FAIL + [setLength() rejects while read() is resolving.] + expected: FAIL + [flush() rejects while read() is resolving.] expected: FAIL diff --git a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_setLength_async.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_setLength_async.tentative.https.any.js.ini new file mode 100644 index 000000000000..9f02ff5bbab5 --- /dev/null +++ b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_setLength_async.tentative.https.any.js.ini @@ -0,0 +1,67 @@ +[concurrent_io_setLength_async.tentative.https.any.serviceworker.html] + [write() rejects while setLength() is resolving.] + expected: FAIL + + [getLength() rejects while setLength() is resolving.] + expected: FAIL + + [setLength() rejects while setLength() is resolving.] + expected: FAIL + + [read() rejects while setLength() is resolving.] + expected: FAIL + + [flush() rejects while setLength() is resolving.] + expected: FAIL + + +[concurrent_io_setLength_async.tentative.https.any.sharedworker.html] + [write() rejects while setLength() is resolving.] + expected: FAIL + + [getLength() rejects while setLength() is resolving.] + expected: FAIL + + [setLength() rejects while setLength() is resolving.] + expected: FAIL + + [read() rejects while setLength() is resolving.] + expected: FAIL + + [flush() rejects while setLength() is resolving.] + expected: FAIL + + +[concurrent_io_setLength_async.tentative.https.any.html] + [write() rejects while setLength() is resolving.] + expected: FAIL + + [getLength() rejects while setLength() is resolving.] + expected: FAIL + + [setLength() rejects while setLength() is resolving.] + expected: FAIL + + [read() rejects while setLength() is resolving.] + expected: FAIL + + [flush() rejects while setLength() is resolving.] + expected: FAIL + + +[concurrent_io_setLength_async.tentative.https.any.worker.html] + [write() rejects while setLength() is resolving.] + expected: FAIL + + [getLength() rejects while setLength() is resolving.] + expected: FAIL + + [setLength() rejects while setLength() is resolving.] + expected: FAIL + + [read() rejects while setLength() is resolving.] + expected: FAIL + + [flush() rejects while setLength() is resolving.] + expected: FAIL + diff --git a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_write_async.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_write_async.tentative.https.any.js.ini index e6d7a8caebe1..a6e91108f474 100644 --- a/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_write_async.tentative.https.any.js.ini +++ b/testing/web-platform/meta/native-io/concurrent_io/concurrent_io_write_async.tentative.https.any.js.ini @@ -8,6 +8,9 @@ [read() rejects while write() is resolving.] expected: FAIL + [setLength() rejects while write() is resolving.] + expected: FAIL + [flush() rejects while write() is resolving.] expected: FAIL @@ -22,6 +25,9 @@ [read() rejects while write() is resolving.] expected: FAIL + [setLength() rejects while write() is resolving.] + expected: FAIL + [flush() rejects while write() is resolving.] expected: FAIL @@ -36,6 +42,9 @@ [read() rejects while write() is resolving.] expected: FAIL + [setLength() rejects while write() is resolving.] + expected: FAIL + [flush() rejects while write() is resolving.] expected: FAIL @@ -50,6 +59,9 @@ [read() rejects while write() is resolving.] expected: FAIL + [setLength() rejects while write() is resolving.] + expected: FAIL + [flush() rejects while write() is resolving.] expected: FAIL diff --git a/testing/web-platform/meta/native-io/getLength_setLength_async_basic.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/getLength_setLength_async_basic.tentative.https.any.js.ini new file mode 100644 index 000000000000..4fcfd947b203 --- /dev/null +++ b/testing/web-platform/meta/native-io/getLength_setLength_async_basic.tentative.https.any.js.ini @@ -0,0 +1,31 @@ +[getLength_setLength_async_basic.tentative.https.any.worker.html] + [NativeIOFile.setLength appends zeros to a file, NativeIOFile.getLength reports new length] + expected: FAIL + + [NativeIOFile.setLength shrinks a file, NativeIOFile.getLength reports new length] + expected: FAIL + + +[getLength_setLength_async_basic.tentative.https.any.sharedworker.html] + [NativeIOFile.setLength appends zeros to a file, NativeIOFile.getLength reports new length] + expected: FAIL + + [NativeIOFile.setLength shrinks a file, NativeIOFile.getLength reports new length] + expected: FAIL + + +[getLength_setLength_async_basic.tentative.https.any.html] + [NativeIOFile.setLength appends zeros to a file, NativeIOFile.getLength reports new length] + expected: FAIL + + [NativeIOFile.setLength shrinks a file, NativeIOFile.getLength reports new length] + expected: FAIL + + +[getLength_setLength_async_basic.tentative.https.any.serviceworker.html] + [NativeIOFile.setLength appends zeros to a file, NativeIOFile.getLength reports new length] + expected: FAIL + + [NativeIOFile.setLength shrinks a file, NativeIOFile.getLength reports new length] + expected: FAIL + diff --git a/testing/web-platform/meta/native-io/getLength_setLength_sync_basic.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/getLength_setLength_sync_basic.tentative.https.any.js.ini new file mode 100644 index 000000000000..ad607d59e324 --- /dev/null +++ b/testing/web-platform/meta/native-io/getLength_setLength_sync_basic.tentative.https.any.js.ini @@ -0,0 +1,7 @@ +[getLength_setLength_sync_basic.tentative.https.any.worker.html] + [NativeIOFileSync.setLength appends zeros to a file and NativeIOFileSync.getLength reports its new length.] + expected: FAIL + + [NativeIOFileSync.setLength shrinks a file and NativeIOFileSync.getLength reports its new length.] + expected: FAIL + diff --git a/testing/web-platform/meta/native-io/setLength_bounds_async.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/setLength_bounds_async.tentative.https.any.js.ini new file mode 100644 index 000000000000..f1fb1753fec1 --- /dev/null +++ b/testing/web-platform/meta/native-io/setLength_bounds_async.tentative.https.any.js.ini @@ -0,0 +1,31 @@ +[setLength_bounds_async.tentative.https.any.sharedworker.html] + [NativeIOFile.setLength does not throw an error when descreasing the file length to 0.] + expected: FAIL + + [NativeIOFile.setLength() throws when setting negative lengths.] + expected: FAIL + + +[setLength_bounds_async.tentative.https.any.worker.html] + [NativeIOFile.setLength does not throw an error when descreasing the file length to 0.] + expected: FAIL + + [NativeIOFile.setLength() throws when setting negative lengths.] + expected: FAIL + + +[setLength_bounds_async.tentative.https.any.serviceworker.html] + [NativeIOFile.setLength does not throw an error when descreasing the file length to 0.] + expected: FAIL + + [NativeIOFile.setLength() throws when setting negative lengths.] + expected: FAIL + + +[setLength_bounds_async.tentative.https.any.html] + [NativeIOFile.setLength does not throw an error when descreasing the file length to 0.] + expected: FAIL + + [NativeIOFile.setLength() throws when setting negative lengths.] + expected: FAIL + diff --git a/testing/web-platform/meta/native-io/setLength_bounds_sync.tentative.https.any.js.ini b/testing/web-platform/meta/native-io/setLength_bounds_sync.tentative.https.any.js.ini new file mode 100644 index 000000000000..bf7b810928ea --- /dev/null +++ b/testing/web-platform/meta/native-io/setLength_bounds_sync.tentative.https.any.js.ini @@ -0,0 +1,7 @@ +[setLength_bounds_sync.tentative.https.any.worker.html] + [NativeIOFileSync.setLength() does not throw an error when descreasing the file length to 0.] + expected: FAIL + + [NativeIOFileSync.setLength() throws when setting negative lengths.] + expected: FAIL + -- 2.11.4.GIT