From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- .../web-platform/meta/compute-pressure/__dir__.ini | 1 + ...compute_pressure_known_sources.https.any.js.ini | 31 +++++++++++++ .../compute_pressure_options.https.any.js.ini | 27 ++++------- ...ute_pressure_supported_sources.https.any.js.ini | 31 ------------- .../compute_pressure_timestamp.https.any.js.ini | 18 ++++++++ .../compute-pressure/idlharness.https.any.js.ini | 54 +++++++++++----------- .../observe_return_type.https.any.js.ini | 13 ++++++ 7 files changed, 99 insertions(+), 76 deletions(-) create mode 100644 testing/web-platform/meta/compute-pressure/__dir__.ini create mode 100644 testing/web-platform/meta/compute-pressure/compute_pressure_known_sources.https.any.js.ini delete mode 100644 testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini create mode 100644 testing/web-platform/meta/compute-pressure/observe_return_type.https.any.js.ini (limited to 'testing/web-platform/meta/compute-pressure') diff --git a/testing/web-platform/meta/compute-pressure/__dir__.ini b/testing/web-platform/meta/compute-pressure/__dir__.ini new file mode 100644 index 0000000000..620a389b57 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/__dir__.ini @@ -0,0 +1 @@ +implementation-status: not implementing diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_known_sources.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_known_sources.https.any.js.ini new file mode 100644 index 0000000000..ec3c6e9da8 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_known_sources.https.any.js.ini @@ -0,0 +1,31 @@ +[compute_pressure_known_sources.https.any.html] + [PressureObserver should support at least "cpu"] + expected: FAIL + + [PressureObserver must return always the same array] + expected: FAIL + + [PressureObserver must return a frozen array] + expected: FAIL + + +[compute_pressure_known_sources.https.any.sharedworker.html] + [PressureObserver should support at least "cpu"] + expected: FAIL + + [PressureObserver must return always the same array] + expected: FAIL + + [PressureObserver must return a frozen array] + expected: FAIL + + +[compute_pressure_known_sources.https.any.worker.html] + [PressureObserver should support at least "cpu"] + expected: FAIL + + [PressureObserver must return always the same array] + expected: FAIL + + [PressureObserver must return a frozen array] + 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 index b64a8c55ca..d9791059c8 100644 --- 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 @@ -1,40 +1,31 @@ [compute_pressure_options.https.any.worker.html] - [PressureObserver constructor doesnt throw error for sampleInterval value 0] + [PressureObserver observe method doesnt throw error for sampleInterval value 0] expected: FAIL - [PressureObserver constructor requires a positive sampleInterval] + [PressureObserver observe method requires a positive sampleInterval] expected: FAIL - [PressureObserver constructor requires a sampleInterval in unsigned long range] - expected: FAIL - - [PressureObserver constructor succeeds on empty sampleInterval] + [PressureObserver observe method requires a sampleInterval in unsigned long range] 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] + [PressureObserver observe method doesnt throw error for sampleInterval value 0] expected: FAIL - [PressureObserver constructor requires a sampleInterval in unsigned long range] + [PressureObserver observe method requires a positive sampleInterval] expected: FAIL - [PressureObserver constructor succeeds on empty sampleInterval] + [PressureObserver observe method requires a sampleInterval in unsigned long range] 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] + [PressureObserver observe method doesnt throw error for sampleInterval value 0] expected: FAIL - [PressureObserver constructor requires a sampleInterval in unsigned long range] + [PressureObserver observe method requires a positive sampleInterval] expected: FAIL - [PressureObserver constructor succeeds on empty sampleInterval] + [PressureObserver observe method requires a sampleInterval in unsigned long range] expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini deleted file mode 100644 index 8946e237d7..0000000000 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini +++ /dev/null @@ -1,31 +0,0 @@ -[compute_pressure_supported_sources.https.any.sharedworker.html] - [PressureObserver should support at least "cpu"] - expected: FAIL - - [PressureObserver must return always the same array] - expected: FAIL - - [PressureObserver must return a frozen array] - expected: FAIL - - -[compute_pressure_supported_sources.https.any.html] - [PressureObserver should support at least "cpu"] - expected: FAIL - - [PressureObserver must return always the same array] - expected: FAIL - - [PressureObserver must return a frozen array] - expected: FAIL - - -[compute_pressure_supported_sources.https.any.worker.html] - [PressureObserver should support at least "cpu"] - expected: FAIL - - [PressureObserver must return always the same array] - expected: FAIL - - [PressureObserver must return a frozen array] - expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.https.any.js.ini index 200af8190e..110a2696a0 100644 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.https.any.js.ini @@ -5,6 +5,12 @@ [disconnect() should update [[LastRecordMap\]\]] expected: FAIL + [Timestamp from update should be greater than timeOrigin] + expected: FAIL + + [Timestamp difference between two changes should be continuously increasing] + expected: FAIL + [compute_pressure_timestamp.https.any.html] [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] @@ -13,6 +19,12 @@ [disconnect() should update [[LastRecordMap\]\]] expected: FAIL + [Timestamp from update should be greater than timeOrigin] + expected: FAIL + + [Timestamp difference between two changes should be continuously increasing] + expected: FAIL + [compute_pressure_timestamp.https.any.worker.html] [Faster collector: Timestamp difference between two changes should be higher or equal to the observer sample rate] @@ -20,3 +32,9 @@ [disconnect() should update [[LastRecordMap\]\]] expected: FAIL + + [Timestamp from update should be greater than timeOrigin] + expected: FAIL + + [Timestamp difference between two changes should be continuously increasing] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini b/testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini index 190a1d8b09..23e015eefd 100644 --- a/testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini +++ b/testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini @@ -20,9 +20,6 @@ [PressureObserver interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [PressureObserver interface: operation observe(PressureSource)] - expected: FAIL - [PressureObserver interface: operation unobserve(PressureSource)] expected: FAIL @@ -41,12 +38,6 @@ [Stringification of observer] expected: FAIL - [PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type] - expected: FAIL - - [PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError] - expected: FAIL - [PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type] expected: FAIL @@ -92,6 +83,15 @@ [PressureRecord interface: operation toJSON()] expected: FAIL + [PressureObserver interface: operation observe(PressureSource, optional PressureObserverOptions)] + expected: FAIL + + [PressureObserver interface: observer must inherit property "observe(PressureSource, optional PressureObserverOptions)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling observe(PressureSource, optional PressureObserverOptions) on observer with too few arguments must throw TypeError] + expected: FAIL + [idlharness.https.any.worker.html] [idl_test setup] @@ -115,9 +115,6 @@ [PressureObserver interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [PressureObserver interface: operation observe(PressureSource)] - expected: FAIL - [PressureObserver interface: operation unobserve(PressureSource)] expected: FAIL @@ -136,12 +133,6 @@ [Stringification of observer] expected: FAIL - [PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type] - expected: FAIL - - [PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError] - expected: FAIL - [PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type] expected: FAIL @@ -187,6 +178,15 @@ [PressureRecord interface: operation toJSON()] expected: FAIL + [PressureObserver interface: operation observe(PressureSource, optional PressureObserverOptions)] + expected: FAIL + + [PressureObserver interface: observer must inherit property "observe(PressureSource, optional PressureObserverOptions)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling observe(PressureSource, optional PressureObserverOptions) on observer with too few arguments must throw TypeError] + expected: FAIL + [idlharness.https.any.sharedworker.html] [idl_test setup] @@ -210,9 +210,6 @@ [PressureObserver interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [PressureObserver interface: operation observe(PressureSource)] - expected: FAIL - [PressureObserver interface: operation unobserve(PressureSource)] expected: FAIL @@ -231,12 +228,6 @@ [Stringification of observer] expected: FAIL - [PressureObserver interface: observer must inherit property "observe(PressureSource)" with the proper type] - expected: FAIL - - [PressureObserver interface: calling observe(PressureSource) on observer with too few arguments must throw TypeError] - expected: FAIL - [PressureObserver interface: observer must inherit property "unobserve(PressureSource)" with the proper type] expected: FAIL @@ -281,3 +272,12 @@ [PressureRecord interface: operation toJSON()] expected: FAIL + + [PressureObserver interface: operation observe(PressureSource, optional PressureObserverOptions)] + expected: FAIL + + [PressureObserver interface: observer must inherit property "observe(PressureSource, optional PressureObserverOptions)" with the proper type] + expected: FAIL + + [PressureObserver interface: calling observe(PressureSource, optional PressureObserverOptions) on observer with too few arguments must throw TypeError] + expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/observe_return_type.https.any.js.ini b/testing/web-platform/meta/compute-pressure/observe_return_type.https.any.js.ini new file mode 100644 index 0000000000..bb341f2eff --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/observe_return_type.https.any.js.ini @@ -0,0 +1,13 @@ +[observe_return_type.https.any.sharedworker.html] + [PressureObserver.observe() is idempotent] + expected: FAIL + + +[observe_return_type.https.any.worker.html] + [PressureObserver.observe() is idempotent] + expected: FAIL + + +[observe_return_type.https.any.html] + [PressureObserver.observe() is idempotent] + expected: FAIL -- cgit v1.2.3