From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../class-getter-names.https.html.ini | 3 ++ .../js-self-profiling/class-names.https.html.ini | 3 ++ .../class-setter-names.https.html.ini | 3 ++ .../concurrent-profilers.https.html.ini | 3 ++ .../cross-origin-script-cors.sub.html.ini | 6 +++ .../cross-origin-script-no-cors.sub.html.ini | 4 ++ .../external-script.https.html.ini | 3 ++ .../function-anonymous-names.https.html.ini | 3 ++ .../function-declaration-names.https.html.ini | 5 +++ .../function-expression-names.https.html.ini | 3 ++ .../js-self-profiling/idlharness.https.html.ini | 45 ++++++++++++++++++++++ .../iframe-context-filtration.https.html.ini | 3 ++ .../meta/js-self-profiling/inline-script.html.ini | 5 +++ .../max-buffer-size.window.js.ini | 11 ++++++ .../tentative/marker-vm-state.https.html.ini | 3 ++ .../js-self-profiling/time-domain.window.js.ini | 5 +++ .../disabled.https.html.ini | 3 ++ 17 files changed, 111 insertions(+) create mode 100644 testing/web-platform/meta/js-self-profiling/class-getter-names.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/class-names.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/class-setter-names.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/concurrent-profilers.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/cross-origin-script-cors.sub.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/cross-origin-script-no-cors.sub.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/external-script.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/function-anonymous-names.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/function-declaration-names.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/function-expression-names.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/idlharness.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/iframe-context-filtration.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/inline-script.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/max-buffer-size.window.js.ini create mode 100644 testing/web-platform/meta/js-self-profiling/tentative/marker-vm-state.https.html.ini create mode 100644 testing/web-platform/meta/js-self-profiling/time-domain.window.js.ini create mode 100644 testing/web-platform/meta/js-self-profiling/without-document-policy/disabled.https.html.ini (limited to 'testing/web-platform/meta/js-self-profiling') 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 -- cgit v1.2.3