summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/compute-pressure
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /testing/web-platform/meta/compute-pressure
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/compute-pressure')
-rw-r--r--testing/web-platform/meta/compute-pressure/__dir__.ini1
-rw-r--r--testing/web-platform/meta/compute-pressure/compute_pressure_known_sources.https.any.js.ini (renamed from testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini)6
-rw-r--r--testing/web-platform/meta/compute-pressure/compute_pressure_options.https.any.js.ini27
-rw-r--r--testing/web-platform/meta/compute-pressure/compute_pressure_timestamp.https.any.js.ini18
-rw-r--r--testing/web-platform/meta/compute-pressure/idlharness.https.any.js.ini54
-rw-r--r--testing/web-platform/meta/compute-pressure/observe_return_type.https.any.js.ini13
6 files changed, 71 insertions, 48 deletions
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_supported_sources.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_known_sources.https.any.js.ini
index 8946e237d7..ec3c6e9da8 100644
--- a/testing/web-platform/meta/compute-pressure/compute_pressure_supported_sources.https.any.js.ini
+++ b/testing/web-platform/meta/compute-pressure/compute_pressure_known_sources.https.any.js.ini
@@ -1,4 +1,4 @@
-[compute_pressure_supported_sources.https.any.sharedworker.html]
+[compute_pressure_known_sources.https.any.html]
[PressureObserver should support at least "cpu"]
expected: FAIL
@@ -9,7 +9,7 @@
expected: FAIL
-[compute_pressure_supported_sources.https.any.html]
+[compute_pressure_known_sources.https.any.sharedworker.html]
[PressureObserver should support at least "cpu"]
expected: FAIL
@@ -20,7 +20,7 @@
expected: FAIL
-[compute_pressure_supported_sources.https.any.worker.html]
+[compute_pressure_known_sources.https.any.worker.html]
[PressureObserver should support at least "cpu"]
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_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