diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/compute-pressure | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/compute-pressure')
20 files changed, 113 insertions, 113 deletions
diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_basic.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.any.js.ini index 64f04db800..f465a22e93 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_basic.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.any.js.ini @@ -1,4 +1,4 @@ -[compute_pressure_basic.tentative.https.any.html] +[compute_pressure_basic.https.any.worker.html] [Return NotSupportedError when calling observer()] expected: FAIL @@ -15,7 +15,7 @@ expected: FAIL -[compute_pressure_basic.tentative.https.any.worker.html] +[compute_pressure_basic.https.any.sharedworker.html] [Return NotSupportedError when calling observer()] expected: FAIL @@ -32,7 +32,7 @@ expected: FAIL -[compute_pressure_basic.tentative.https.any.sharedworker.html] +[compute_pressure_basic.https.any.html] [Return NotSupportedError when calling observer()] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_detached_iframe.tentative.https.html.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_detached_iframe.https.html.ini index 002bbe0fb9..40be88aa12 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_detached_iframe.tentative.https.html.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_detached_iframe.https.html.ini @@ -1,12 +1,12 @@ -[compute_pressure_detached_iframe.tentative.https.html] - [PressureObserver.disconnect() on detached frame returns] +[compute_pressure_detached_iframe.https.html] + [PressureObserver.observe() on detached frame rejects] expected: FAIL - [PressureObserver on detached frame returns with no callback] + [PressureObserver.disconnect() on detached frame returns] expected: FAIL - [PressureObserver.observe() on detached frame rejects] + [Detaching frame while PressureObserver.observe() settles] expected: FAIL - [Detaching frame while PressureObserver.observe() settles] + [PressureObserver on detached frame returns with no callback] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect.https.any.js.ini index 50226890ca..5959e013a9 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect.https.any.js.ini @@ -1,4 +1,4 @@ -[compute_pressure_disconnect.tentative.https.any.html] +[compute_pressure_disconnect.https.any.worker.html] [Call disconnect() directly should not crash] expected: FAIL @@ -6,7 +6,7 @@ expected: FAIL -[compute_pressure_disconnect.tentative.https.any.worker.html] +[compute_pressure_disconnect.https.any.sharedworker.html] [Call disconnect() directly should not crash] expected: FAIL @@ -14,7 +14,7 @@ expected: FAIL -[compute_pressure_disconnect.tentative.https.any.sharedworker.html] +[compute_pressure_disconnect.https.any.html] [Call disconnect() directly should not crash] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.https.any.js.ini new file mode 100644 index 0000000000..d4cba4a2ef --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_disconnect_idempotent.https.any.worker.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL + + +[compute_pressure_disconnect_idempotent.https.any.sharedworker.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL + + +[compute_pressure_disconnect_idempotent.https.any.html] + [Stopped PressureObserver do not receive changes] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.tentative.https.any.js.ini deleted file mode 100644 index 0ea144f2c1..0000000000 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_idempotent.tentative.https.any.js.ini +++ /dev/null @@ -1,13 +0,0 @@ -[compute_pressure_disconnect_idempotent.tentative.https.any.worker.html] - [Stopped PressureObserver do not receive changes] - expected: FAIL - - -[compute_pressure_disconnect_idempotent.tentative.https.any.html] - [Stopped PressureObserver do not receive changes] - expected: FAIL - - -[compute_pressure_disconnect_idempotent.tentative.https.any.sharedworker.html] - [Stopped PressureObserver do not receive changes] - expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_immediately.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_immediately.https.any.js.ini index 89820a8910..1ad2869f2f 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_immediately.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_disconnect_immediately.https.any.js.ini @@ -1,4 +1,4 @@ -[compute_pressure_disconnect_immediately.tentative.https.any.sharedworker.html] +[compute_pressure_disconnect_immediately.https.any.worker.html] [Stopped PressureObserver do not receive changes] expected: FAIL @@ -6,7 +6,7 @@ expected: FAIL -[compute_pressure_disconnect_immediately.tentative.https.any.html] +[compute_pressure_disconnect_immediately.https.any.html] [Stopped PressureObserver do not receive changes] expected: FAIL @@ -14,7 +14,7 @@ expected: FAIL -[compute_pressure_disconnect_immediately.tentative.https.any.worker.html] +[compute_pressure_disconnect_immediately.https.any.sharedworker.html] [Stopped PressureObserver do not receive changes] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_duplicate_updates.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_duplicate_updates.https.any.js.ini index 0b3670bb9c..3a0662284e 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_duplicate_updates.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_duplicate_updates.https.any.js.ini @@ -1,13 +1,13 @@ -[compute_pressure_duplicate_updates.tentative.https.any.worker.html] +[compute_pressure_duplicate_updates.https.any.sharedworker.html] [Changes that fail the "has change in data" test are discarded.] expected: FAIL -[compute_pressure_duplicate_updates.tentative.https.any.sharedworker.html] +[compute_pressure_duplicate_updates.https.any.html] [Changes that fail the "has change in data" test are discarded.] expected: FAIL -[compute_pressure_duplicate_updates.tentative.https.any.html] +[compute_pressure_duplicate_updates.https.any.worker.html] [Changes that fail the "has change in data" test are discarded.] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_multiple.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_multiple.https.any.js.ini index b39fc4067a..98aa98c584 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_multiple.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_multiple.https.any.js.ini @@ -1,13 +1,13 @@ -[compute_pressure_multiple.tentative.https.any.worker.html] +[compute_pressure_multiple.https.any.sharedworker.html] [Three PressureObserver instances receive changes] expected: FAIL -[compute_pressure_multiple.tentative.https.any.html] +[compute_pressure_multiple.https.any.html] [Three PressureObserver instances receive changes] expected: FAIL -[compute_pressure_multiple.tentative.https.any.sharedworker.html] +[compute_pressure_multiple.https.any.worker.html] [Three PressureObserver instances receive changes] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.https.any.js.ini new file mode 100644 index 0000000000..720526f228 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_observe_idempotent.https.any.html] + [PressureObserver.observe() is idempotent] + expected: FAIL + + +[compute_pressure_observe_idempotent.https.any.sharedworker.html] + [PressureObserver.observe() is idempotent] + expected: FAIL + + +[compute_pressure_observe_idempotent.https.any.worker.html] + [PressureObserver.observe() is idempotent] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.tentative.https.any.js.ini deleted file mode 100644 index b8a31c35f4..0000000000 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_observe_idempotent.tentative.https.any.js.ini +++ /dev/null @@ -1,13 +0,0 @@ -[compute_pressure_observe_idempotent.tentative.https.any.sharedworker.html] - [PressureObserver.observe() is idempotent] - expected: FAIL - - -[compute_pressure_observe_idempotent.tentative.https.any.html] - [PressureObserver.observe() is idempotent] - expected: FAIL - - -[compute_pressure_observe_idempotent.tentative.https.any.worker.html] - [PressureObserver.observe() is idempotent] - expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_observe_unobserve_failure.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_unobserve_failure.https.any.js.ini index 692da42086..d8f39b6939 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_observe_unobserve_failure.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_observe_unobserve_failure.https.any.js.ini @@ -1,4 +1,4 @@ -[compute_pressure_observe_unobserve_failure.tentative.https.any.html] +[compute_pressure_observe_unobserve_failure.https.any.worker.html] [PressureObserver.observe() requires a valid source] expected: FAIL @@ -6,7 +6,7 @@ expected: FAIL -[compute_pressure_observe_unobserve_failure.tentative.https.any.sharedworker.html] +[compute_pressure_observe_unobserve_failure.https.any.sharedworker.html] [PressureObserver.observe() requires a valid source] expected: FAIL @@ -14,7 +14,7 @@ expected: FAIL -[compute_pressure_observe_unobserve_failure.tentative.https.any.worker.html] +[compute_pressure_observe_unobserve_failure.https.any.html] [PressureObserver.observe() requires a valid source] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_options.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_options.https.any.js.ini new file mode 100644 index 0000000000..b64a8c55ca --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_options.https.any.js.ini @@ -0,0 +1,40 @@ +[compute_pressure_options.https.any.worker.html] + [PressureObserver constructor doesnt throw error for sampleInterval value 0] + expected: FAIL + + [PressureObserver constructor requires a positive sampleInterval] + expected: FAIL + + [PressureObserver constructor requires a sampleInterval in unsigned long range] + expected: FAIL + + [PressureObserver constructor succeeds on empty sampleInterval] + expected: FAIL + + +[compute_pressure_options.https.any.html] + [PressureObserver constructor doesnt throw error for sampleInterval value 0] + expected: FAIL + + [PressureObserver constructor requires a positive sampleInterval] + expected: FAIL + + [PressureObserver constructor requires a sampleInterval in unsigned long range] + expected: FAIL + + [PressureObserver constructor succeeds on empty sampleInterval] + expected: FAIL + + +[compute_pressure_options.https.any.sharedworker.html] + [PressureObserver constructor doesnt throw error for sampleInterval value 0] + expected: FAIL + + [PressureObserver constructor requires a positive sampleInterval] + expected: FAIL + + [PressureObserver constructor requires a sampleInterval in unsigned long range] + expected: FAIL + + [PressureObserver constructor succeeds on empty sampleInterval] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_options.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_options.tentative.https.any.js.ini deleted file mode 100644 index 129d58fc2a..0000000000 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_options.tentative.https.any.js.ini +++ /dev/null @@ -1,40 +0,0 @@ -[compute_pressure_options.tentative.https.any.html] - [PressureObserver constructor requires a non-zero sampleRate] - expected: FAIL - - [PressureObserver constructor requires a positive sampleRate] - expected: FAIL - - [PressureObserver constructor doesnt throw error on positive sampleRate] - expected: FAIL - - [PressureObserver constructor succeeds on empty sampleRate] - expected: FAIL - - -[compute_pressure_options.tentative.https.any.sharedworker.html] - [PressureObserver constructor requires a non-zero sampleRate] - expected: FAIL - - [PressureObserver constructor requires a positive sampleRate] - expected: FAIL - - [PressureObserver constructor doesnt throw error on positive sampleRate] - expected: FAIL - - [PressureObserver constructor succeeds on empty sampleRate] - expected: FAIL - - -[compute_pressure_options.tentative.https.any.worker.html] - [PressureObserver constructor requires a non-zero sampleRate] - expected: FAIL - - [PressureObserver constructor requires a positive sampleRate] - expected: FAIL - - [PressureObserver constructor doesnt throw error on positive sampleRate] - expected: FAIL - - [PressureObserver constructor succeeds on empty sampleRate] - expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_not_triggered.tentative.https.window.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_not_triggered.https.window.js.ini index c767d7bba9..3c4f94937d 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_not_triggered.tentative.https.window.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_not_triggered.https.window.js.ini @@ -1,3 +1,3 @@ -[compute_pressure_rate_obfuscation_mitigation_not_triggered.tentative.https.window.html] +[compute_pressure_rate_obfuscation_mitigation_not_triggered.https.window.html] [No rate obfuscation mitigation should happen, when number of changes is below minimum changes before penalty] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.https.window.js.ini index fdfbf1f250..438a2bf8ab 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_rate_obfuscation_mitigation_triggered.https.window.js.ini @@ -1,3 +1,3 @@ -[compute_pressure_rate_obfuscation_mitigation_triggered.tentative.https.window.html] +[compute_pressure_rate_obfuscation_mitigation_triggered.https.window.html] [Rate obfuscation mitigation should have been triggered, when changes is higher than minimum changes before penalty] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini index b9c25113e8..8946e237d7 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini @@ -1,4 +1,4 @@ -[compute_pressure_supported_sources.tentative.https.any.worker.html] +[compute_pressure_supported_sources.https.any.sharedworker.html] [PressureObserver should support at least "cpu"] expected: FAIL @@ -9,7 +9,7 @@ expected: FAIL -[compute_pressure_supported_sources.tentative.https.any.html] +[compute_pressure_supported_sources.https.any.html] [PressureObserver should support at least "cpu"] expected: FAIL @@ -20,7 +20,7 @@ expected: FAIL -[compute_pressure_supported_sources.tentative.https.any.sharedworker.html] +[compute_pressure_supported_sources.https.any.worker.html] [PressureObserver should support at least "cpu"] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_take_records.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_take_records.https.any.js.ini index 40da912509..ac5f7d9201 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_take_records.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_take_records.https.any.js.ini @@ -1,4 +1,4 @@ -[compute_pressure_take_records.tentative.https.any.worker.html] +[compute_pressure_take_records.https.any.html] [Calling takeRecords() before observe()] expected: FAIL @@ -6,7 +6,7 @@ expected: FAIL -[compute_pressure_take_records.tentative.https.any.html] +[compute_pressure_take_records.https.any.sharedworker.html] [Calling takeRecords() before observe()] expected: FAIL @@ -14,7 +14,7 @@ expected: FAIL -[compute_pressure_take_records.tentative.https.any.sharedworker.html] +[compute_pressure_take_records.https.any.worker.html] [Calling takeRecords() before observe()] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.https.any.js.ini index 3847148a71..200af8190e 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.tentative.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.https.any.js.ini @@ -1,4 +1,4 @@ -[compute_pressure_timestamp.tentative.https.any.html] +[compute_pressure_timestamp.https.any.sharedworker.html] [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] expected: FAIL @@ -6,7 +6,7 @@ expected: FAIL -[compute_pressure_timestamp.tentative.https.any.worker.html] +[compute_pressure_timestamp.https.any.html] [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] expected: FAIL @@ -14,7 +14,7 @@ expected: FAIL -[compute_pressure_timestamp.tentative.https.any.sharedworker.html] +[compute_pressure_timestamp.https.any.worker.html] [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.https.any.js.ini new file mode 100644 index 0000000000..ff0089b3ee --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.https.any.js.ini @@ -0,0 +1,13 @@ +[compute_pressure_update_toJSON.https.any.html] + [Basic functionality test] + expected: FAIL + + +[compute_pressure_update_toJSON.https.any.worker.html] + [Basic functionality test] + expected: FAIL + + +[compute_pressure_update_toJSON.https.any.sharedworker.html] + [Basic functionality test] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.tentative.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.tentative.https.any.js.ini deleted file mode 100644 index 413bbd0a13..0000000000 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_update_toJSON.tentative.https.any.js.ini +++ /dev/null @@ -1,13 +0,0 @@ -[compute_pressure_update_toJSON.tentative.https.any.sharedworker.html] - [Basic functionality test] - expected: FAIL - - -[compute_pressure_update_toJSON.tentative.https.any.worker.html] - [Basic functionality test] - expected: FAIL - - -[compute_pressure_update_toJSON.tentative.https.any.html] - [Basic functionality test] - expected: FAIL |