summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/js-self-profiling
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/js-self-profiling
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/js-self-profiling')
-rw-r--r--testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/class-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini6
-rw-r--r--testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini4
-rw-r--r--testing/web-platform/meta/js-self-profiling/external-script.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini5
-rw-r--r--testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini45
-rw-r--r--testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/inline-script.html.ini5
-rw-r--r--testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini11
-rw-r--r--testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini3
-rw-r--r--testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini5
-rw-r--r--testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini3
17 files changed, 111 insertions, 0 deletions
diff --git a/testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini
new file mode 100644
index 0000000000..5760d9a18c
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini
@@ -0,0 +1,3 @@
+[class-getter-names.https.html]
+ [class getter names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/class-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/class-names.https.html.ini
new file mode 100644
index 0000000000..05cab49507
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/class-names.https.html.ini
@@ -0,0 +1,3 @@
+[class-names.https.html]
+ [class method names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini
new file mode 100644
index 0000000000..ed4b0265e2
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini
@@ -0,0 +1,3 @@
+[class-setter-names.https.html]
+ [class setter names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini b/testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini
new file mode 100644
index 0000000000..1a43b3a6fc
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini
@@ -0,0 +1,3 @@
+[concurrent-profilers.https.html]
+ [concurrent profilers should be supported]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini b/testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini
new file mode 100644
index 0000000000..6d36e27599
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini
@@ -0,0 +1,6 @@
+[cross-origin-script-cors.sub.html]
+ expected:
+ if (os == "android") and fission: [ERROR, TIMEOUT]
+ ERROR
+ [cors cross-origin script execution is not observable]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini b/testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini
new file mode 100644
index 0000000000..9ae2e4bb8b
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini
@@ -0,0 +1,4 @@
+[cross-origin-script-no-cors.sub.html]
+ expected: TIMEOUT
+ [no-cors cross-origin script execution is not observable]
+ expected: TIMEOUT
diff --git a/testing/web-platform/meta/js-self-profiling/external-script.https.html.ini b/testing/web-platform/meta/js-self-profiling/external-script.https.html.ini
new file mode 100644
index 0000000000..eba72ed2ab
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/external-script.https.html.ini
@@ -0,0 +1,3 @@
+[external-script.https.html]
+ [external script function details]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini
new file mode 100644
index 0000000000..f4968dd889
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini
@@ -0,0 +1,3 @@
+[function-anonymous-names.https.html]
+ [anonymous function expression names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini
new file mode 100644
index 0000000000..5c5ab7a368
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini
@@ -0,0 +1,5 @@
+[function-declaration-names.https.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [function declaration names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini b/testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini
new file mode 100644
index 0000000000..5f78233aee
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini
@@ -0,0 +1,3 @@
+[function-expression-names.https.html]
+ [function expression names are logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini b/testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini
new file mode 100644
index 0000000000..2e5ea3c588
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini
@@ -0,0 +1,45 @@
+[idlharness.https.html]
+ [Profiler interface: existence and properties of interface object]
+ expected: FAIL
+
+ [Profiler interface: profiler must inherit property "sampleInterval" with the proper type]
+ expected: FAIL
+
+ [Profiler interface: attribute stopped]
+ expected: FAIL
+
+ [idl_test setup]
+ expected: FAIL
+
+ [Profiler interface: profiler must inherit property "stopped" with the proper type]
+ expected: FAIL
+
+ [Profiler interface: profiler must inherit property "stop()" with the proper type]
+ expected: FAIL
+
+ [Profiler interface object length]
+ expected: FAIL
+
+ [Profiler must be primary interface of profiler]
+ expected: FAIL
+
+ [Profiler interface: attribute sampleInterval]
+ expected: FAIL
+
+ [Profiler interface: existence and properties of interface prototype object's @@unscopables property]
+ expected: FAIL
+
+ [Profiler interface object name]
+ expected: FAIL
+
+ [Profiler interface: existence and properties of interface prototype object]
+ expected: FAIL
+
+ [Profiler interface: existence and properties of interface prototype object's "constructor" property]
+ expected: FAIL
+
+ [Stringification of profiler]
+ expected: FAIL
+
+ [Profiler interface: operation stop()]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini b/testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini
new file mode 100644
index 0000000000..cffa7b1af2
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini
@@ -0,0 +1,3 @@
+[iframe-context-filtration.https.html]
+ [functions from child frame are not included in profile created by parent frame]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/inline-script.html.ini b/testing/web-platform/meta/js-self-profiling/inline-script.html.ini
new file mode 100644
index 0000000000..dc09eb6b1d
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/inline-script.html.ini
@@ -0,0 +1,5 @@
+[inline-script.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [inline script function details]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini b/testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini
new file mode 100644
index 0000000000..fe05a76e47
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini
@@ -0,0 +1,11 @@
+[max-buffer-size.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [max buffer size must be defined]
+ expected: FAIL
+
+ [max buffer size is not exceeded]
+ expected: FAIL
+
+ [ensure samplebufferfull is fired on full profiler]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini b/testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini
new file mode 100644
index 0000000000..3bf5faba31
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini
@@ -0,0 +1,3 @@
+[marker-vm-state.https.html]
+ [markers logged correctly]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini b/testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini
new file mode 100644
index 0000000000..73b1fb89c8
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini
@@ -0,0 +1,5 @@
+[time-domain.window.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [sample timestamps use the current high-resolution time]
+ expected: FAIL
diff --git a/testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini b/testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini
new file mode 100644
index 0000000000..2b0a9f6c2e
--- /dev/null
+++ b/testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini
@@ -0,0 +1,3 @@
+[disabled.https.html]
+ [profiling should throw without passing document policy]
+ expected: FAIL