diff options
Diffstat (limited to 'testing/web-platform/meta/performance-timeline')
51 files changed, 334 insertions, 0 deletions
diff --git a/testing/web-platform/meta/performance-timeline/__dir__.ini b/testing/web-platform/meta/performance-timeline/__dir__.ini new file mode 100644 index 0000000000..24225f9e22 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [build_input_gamma_table, posix_memalign] +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/performance-timeline/back-forward-cache-restoration.tentative.html.ini b/testing/web-platform/meta/performance-timeline/back-forward-cache-restoration.tentative.html.ini new file mode 100644 index 0000000000..493a6a309c --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/back-forward-cache-restoration.tentative.html.ini @@ -0,0 +1,4 @@ +[back-forward-cache-restoration.tentative.html] + expected: TIMEOUT + [Performance API for the back forward cache restoration entry.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/buffered-flag-after-timeout.any.js.ini b/testing/web-platform/meta/performance-timeline/buffered-flag-after-timeout.any.js.ini new file mode 100644 index 0000000000..f93e6b4357 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/buffered-flag-after-timeout.any.js.ini @@ -0,0 +1,7 @@ +[buffered-flag-after-timeout.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[buffered-flag-after-timeout.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/case-sensitivity.any.js.ini b/testing/web-platform/meta/performance-timeline/case-sensitivity.any.js.ini new file mode 100644 index 0000000000..12b5222c42 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/case-sensitivity.any.js.ini @@ -0,0 +1,11 @@ +[case-sensitivity.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [getEntriesByName values are case sensitive] + expected: + if (os == "linux") and not debug: [PASS, FAIL] + + +[case-sensitivity.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/droppedentriescount.any.js.ini b/testing/web-platform/meta/performance-timeline/droppedentriescount.any.js.ini new file mode 100644 index 0000000000..2ad9cee4e1 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/droppedentriescount.any.js.ini @@ -0,0 +1,34 @@ +[droppedentriescount.any.html] + expected: TIMEOUT + [Dropped entries count is 0 when there are no dropped entries of relevant type.] + expected: TIMEOUT + + [Dropped entries correctly counted with multiple types.] + expected: NOTRUN + + [Dropped entries counted even if observer was not registered at the time.] + expected: NOTRUN + + [Dropped entries only surfaced on the first callback.] + expected: NOTRUN + + [Dropped entries surfaced after an observe() call!] + expected: NOTRUN + + +[droppedentriescount.any.worker.html] + expected: TIMEOUT + [Dropped entries count is 0 when there are no dropped entries of relevant type.] + expected: TIMEOUT + + [Dropped entries correctly counted with multiple types.] + expected: NOTRUN + + [Dropped entries counted even if observer was not registered at the time.] + expected: NOTRUN + + [Dropped entries only surfaced on the first callback.] + expected: NOTRUN + + [Dropped entries surfaced after an observe() call!] + expected: NOTRUN diff --git a/testing/web-platform/meta/performance-timeline/get-invalid-entries.html.ini b/testing/web-platform/meta/performance-timeline/get-invalid-entries.html.ini new file mode 100644 index 0000000000..6444a94657 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/get-invalid-entries.html.ini @@ -0,0 +1,3 @@ +[get-invalid-entries.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/idlharness-shadowrealm.window.js.ini b/testing/web-platform/meta/performance-timeline/idlharness-shadowrealm.window.js.ini new file mode 100644 index 0000000000..9bc980b7ca --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/idlharness-shadowrealm.window.js.ini @@ -0,0 +1,2 @@ +[idlharness-shadowrealm.window.html] + prefs: [javascript.options.experimental.shadow_realms:true] diff --git a/testing/web-platform/meta/performance-timeline/idlharness.any.js.ini b/testing/web-platform/meta/performance-timeline/idlharness.any.js.ini new file mode 100644 index 0000000000..47ce0d005a --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/idlharness.any.js.ini @@ -0,0 +1,18 @@ +[idlharness.https.any.serviceworker.html] + expected: TIMEOUT + +[idlharness.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[idlharness.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[idlharness.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[idlharness.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/multiple-buffered-flag-observers.any.js.ini b/testing/web-platform/meta/performance-timeline/multiple-buffered-flag-observers.any.js.ini new file mode 100644 index 0000000000..9ef12e24f6 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/multiple-buffered-flag-observers.any.js.ini @@ -0,0 +1,15 @@ +[multiple-buffered-flag-observers.any.worker.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] + [Multiple PerformanceObservers with buffered flag see all entries] + expected: + if (os == "android") and debug: [PASS, TIMEOUT] + + +[multiple-buffered-flag-observers.any.html] + expected: + if (os == "android") and debug: [OK, TIMEOUT] + [Multiple PerformanceObservers with buffered flag see all entries] + expected: + if (os == "android") and debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/navigation-id-detached-frame.tentative.html.ini b/testing/web-platform/meta/performance-timeline/navigation-id-detached-frame.tentative.html.ini new file mode 100644 index 0000000000..b5ab8be76d --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/navigation-id-detached-frame.tentative.html.ini @@ -0,0 +1,3 @@ +[navigation-id-detached-frame.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/navigation-id-element-timing.tentative.html.ini b/testing/web-platform/meta/performance-timeline/navigation-id-element-timing.tentative.html.ini new file mode 100644 index 0000000000..498c0048cc --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/navigation-id-element-timing.tentative.html.ini @@ -0,0 +1,5 @@ +[navigation-id-element-timing.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Element Timing navigation id test] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/navigation-id-initial-load.tentative.html.ini b/testing/web-platform/meta/performance-timeline/navigation-id-initial-load.tentative.html.ini new file mode 100644 index 0000000000..31761973a4 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/navigation-id-initial-load.tentative.html.ini @@ -0,0 +1,4 @@ +[navigation-id-initial-load.tentative.html] + expected: TIMEOUT + [Navigation Id should be 1 at initial navigations.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/navigation-id-long-task-task-attribution.tentative.html.ini b/testing/web-platform/meta/performance-timeline/navigation-id-long-task-task-attribution.tentative.html.ini new file mode 100644 index 0000000000..73932814be --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/navigation-id-long-task-task-attribution.tentative.html.ini @@ -0,0 +1,5 @@ +[navigation-id-long-task-task-attribution.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Long Task/Task Attribution navigation id test] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/navigation-id-mark-measure.tentative.html.ini b/testing/web-platform/meta/performance-timeline/navigation-id-mark-measure.tentative.html.ini new file mode 100644 index 0000000000..7ab35ae6bd --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/navigation-id-mark-measure.tentative.html.ini @@ -0,0 +1,5 @@ +[navigation-id-mark-measure.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Mark/Measure navigation id test] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/navigation-id-reset.tentative.html.ini b/testing/web-platform/meta/performance-timeline/navigation-id-reset.tentative.html.ini new file mode 100644 index 0000000000..2a061ac43d --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/navigation-id-reset.tentative.html.ini @@ -0,0 +1,5 @@ +[navigation-id-reset.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Navigation Id should be reset to 1 after reload.] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/navigation-id-resource-timing.tentative.html.ini b/testing/web-platform/meta/performance-timeline/navigation-id-resource-timing.tentative.html.ini new file mode 100644 index 0000000000..2958ce3671 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/navigation-id-resource-timing.tentative.html.ini @@ -0,0 +1,5 @@ +[navigation-id-resource-timing.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Resource Timing navigation id test] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/not-clonable.html.ini b/testing/web-platform/meta/performance-timeline/not-clonable.html.ini new file mode 100644 index 0000000000..24873261c0 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/not-clonable.html.ini @@ -0,0 +1,3 @@ +[not-clonable.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-bfcache-reasons-stay.tentative.window.js.ini b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-bfcache-reasons-stay.tentative.window.js.ini new file mode 100644 index 0000000000..092f09c6ac --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-bfcache-reasons-stay.tentative.window.js.ini @@ -0,0 +1,3 @@ +[performance-navigation-timing-bfcache-reasons-stay.tentative.window.html] + [RemoteContextHelper navigation using BFCache] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-cross-origin-bfcache.tentative.window.js.ini b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-cross-origin-bfcache.tentative.window.js.ini new file mode 100644 index 0000000000..91b40954f4 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-cross-origin-bfcache.tentative.window.js.ini @@ -0,0 +1,11 @@ +[performance-navigation-timing-cross-origin-bfcache.tentative.window.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "linux") and not debug: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] + [RemoteContextHelper navigation using BFCache] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT] + if (os == "linux") and not debug: [FAIL, TIMEOUT] + if (os == "mac") and not debug: [FAIL, TIMEOUT] + FAIL diff --git a/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-not-bfcached.tentative.window.js.ini b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-not-bfcached.tentative.window.js.ini new file mode 100644 index 0000000000..098b3de7ad --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-not-bfcached.tentative.window.js.ini @@ -0,0 +1,5 @@ +[performance-navigation-timing-not-bfcached.tentative.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [RemoteContextHelper navigation using BFCache] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-redirect-on-history.tentative.window.js.ini b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-redirect-on-history.tentative.window.js.ini new file mode 100644 index 0000000000..b4ed276f03 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-redirect-on-history.tentative.window.js.ini @@ -0,0 +1,5 @@ +[performance-navigation-timing-redirect-on-history.tentative.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [RemoteContextHelper navigation using BFCache] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-same-origin-bfcache.tentative.window.js.ini b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-same-origin-bfcache.tentative.window.js.ini new file mode 100644 index 0000000000..05152c8513 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-same-origin-bfcache.tentative.window.js.ini @@ -0,0 +1,13 @@ +[performance-navigation-timing-same-origin-bfcache.tentative.window.html] + expected: + if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT] + if (os == "linux") and not debug and not fission: [OK, TIMEOUT] + if (os == "mac") and not debug: [TIMEOUT, OK] + [RemoteContextHelper navigation using BFCache] + expected: + if (os == "linux") and not debug and fission and (processor == "x86"): [FAIL, TIMEOUT] + if (os == "linux") and not debug and fission and (processor == "x86_64"): [FAIL, TIMEOUT] + if (os == "linux") and not debug and not fission: [FAIL, TIMEOUT] + if (os == "mac") and not debug: [TIMEOUT, FAIL] + FAIL diff --git a/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-same-origin-replace.tentative.window.js.ini b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-same-origin-replace.tentative.window.js.ini new file mode 100644 index 0000000000..f44e4aa8a3 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/not-restored-reasons/performance-navigation-timing-same-origin-replace.tentative.window.js.ini @@ -0,0 +1,5 @@ +[performance-navigation-timing-same-origin-replace.tentative.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [RemoteContextHelper navigation using BFCache] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/observer-buffered-false.any.js.ini b/testing/web-platform/meta/performance-timeline/observer-buffered-false.any.js.ini new file mode 100644 index 0000000000..6db63fb219 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/observer-buffered-false.any.js.ini @@ -0,0 +1,7 @@ +[observer-buffered-false.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[observer-buffered-false.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/performanceentry-tojson.any.js.ini b/testing/web-platform/meta/performance-timeline/performanceentry-tojson.any.js.ini new file mode 100644 index 0000000000..7881bc0ca4 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/performanceentry-tojson.any.js.ini @@ -0,0 +1,7 @@ +[performanceentry-tojson.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[performanceentry-tojson.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-callback-mutate.any.js.ini b/testing/web-platform/meta/performance-timeline/po-callback-mutate.any.js.ini new file mode 100644 index 0000000000..7630d24808 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-callback-mutate.any.js.ini @@ -0,0 +1,7 @@ +[po-callback-mutate.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-callback-mutate.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-disconnect-removes-observed-types.any.js.ini b/testing/web-platform/meta/performance-timeline/po-disconnect-removes-observed-types.any.js.ini new file mode 100644 index 0000000000..7ac93fb0bc --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-disconnect-removes-observed-types.any.js.ini @@ -0,0 +1,7 @@ +[po-disconnect-removes-observed-types.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-disconnect-removes-observed-types.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-disconnect.any.js.ini b/testing/web-platform/meta/performance-timeline/po-disconnect.any.js.ini new file mode 100644 index 0000000000..9922ed8e58 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-disconnect.any.js.ini @@ -0,0 +1,7 @@ +[po-disconnect.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-disconnect.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-entries-sort.any.js.ini b/testing/web-platform/meta/performance-timeline/po-entries-sort.any.js.ini new file mode 100644 index 0000000000..12ae66562a --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-entries-sort.any.js.ini @@ -0,0 +1,7 @@ +[po-entries-sort.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-entries-sort.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-getentries.any.js.ini b/testing/web-platform/meta/performance-timeline/po-getentries.any.js.ini new file mode 100644 index 0000000000..ff2d81959b --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-getentries.any.js.ini @@ -0,0 +1,7 @@ +[po-getentries.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-getentries.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-mark-measure.any.js.ini b/testing/web-platform/meta/performance-timeline/po-mark-measure.any.js.ini new file mode 100644 index 0000000000..de8cc41a56 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-mark-measure.any.js.ini @@ -0,0 +1,7 @@ +[po-mark-measure.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-mark-measure.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-observe-repeated-type.any.js.ini b/testing/web-platform/meta/performance-timeline/po-observe-repeated-type.any.js.ini new file mode 100644 index 0000000000..6c795c2265 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-observe-repeated-type.any.js.ini @@ -0,0 +1,7 @@ +[po-observe-repeated-type.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-observe-repeated-type.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-observe-type.any.js.ini b/testing/web-platform/meta/performance-timeline/po-observe-type.any.js.ini new file mode 100644 index 0000000000..adbca4f714 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-observe-type.any.js.ini @@ -0,0 +1,7 @@ +[po-observe-type.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-observe-type.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-observe.any.js.ini b/testing/web-platform/meta/performance-timeline/po-observe.any.js.ini new file mode 100644 index 0000000000..85ebf135c7 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-observe.any.js.ini @@ -0,0 +1,7 @@ +[po-observe.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-observe.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-observe.html.ini b/testing/web-platform/meta/performance-timeline/po-observe.html.ini new file mode 100644 index 0000000000..dd4207a3d5 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-observe.html.ini @@ -0,0 +1,3 @@ +[po-observe.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-resource.html.ini b/testing/web-platform/meta/performance-timeline/po-resource.html.ini new file mode 100644 index 0000000000..4f1cef76fc --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-resource.html.ini @@ -0,0 +1,3 @@ +[po-resource.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/po-takeRecords.any.js.ini b/testing/web-platform/meta/performance-timeline/po-takeRecords.any.js.ini new file mode 100644 index 0000000000..a85832a4a9 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/po-takeRecords.any.js.ini @@ -0,0 +1,7 @@ +[po-takeRecords.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[po-takeRecords.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/supportedEntryTypes-cross-realm-access.html.ini b/testing/web-platform/meta/performance-timeline/supportedEntryTypes-cross-realm-access.html.ini new file mode 100644 index 0000000000..cf159c0167 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/supportedEntryTypes-cross-realm-access.html.ini @@ -0,0 +1,3 @@ +[supportedEntryTypes-cross-realm-access.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/supportedEntryTypes.any.js.ini b/testing/web-platform/meta/performance-timeline/supportedEntryTypes.any.js.ini new file mode 100644 index 0000000000..fbd4503f86 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/supportedEntryTypes.any.js.ini @@ -0,0 +1,12 @@ +[supportedEntryTypes.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [supportedEntryTypes caches result] + expected: FAIL + + +[supportedEntryTypes.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [supportedEntryTypes caches result] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-cross-origin-grandchild.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-cross-origin-grandchild.sub.html.ini new file mode 100644 index 0000000000..7110841423 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-cross-origin-grandchild.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-from-child-cross-origin-grandchild.sub.html] + expected: ERROR + [GetEntries of a Cross-Origin child frame with one Cross-Origin grandchild frame] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-same-origin-grandchild.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-same-origin-grandchild.sub.html.ini new file mode 100644 index 0000000000..5498d92340 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-from-child-same-origin-grandchild.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-from-child-same-origin-grandchild.sub.html] + expected: ERROR + [GetEntries of a Cross-Origin child frame with one Same-Origin grandchild frame] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html.ini new file mode 100644 index 0000000000..1b028f5c0e --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-one-cross-origin-child-one-same-origin-grandchild.sub.html] + expected: ERROR + [GetEntries of a parent Frame with one Cross-Origin child and one Same-Origin grandchild] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-remote-child.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-remote-child.sub.html.ini new file mode 100644 index 0000000000..f8111897ef --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-remote-child.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-one-remote-child.sub.html] + expected: ERROR + [GetEntries of a parent Frame with one Cross-Origin child] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-cross-origin-child.sub.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-cross-origin-child.sub.html.ini new file mode 100644 index 0000000000..93df402e62 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-cross-origin-child.sub.html.ini @@ -0,0 +1,4 @@ +[include-frames-one-same-origin-child-one-cross-origin-child.sub.html] + expected: ERROR + [GetEntries of a parent Frame with one Cross-Origin child and one Same-Origin child] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-same-origin-grandchild.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-same-origin-grandchild.html.ini new file mode 100644 index 0000000000..4d4ce5eef4 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child-one-same-origin-grandchild.html.ini @@ -0,0 +1,6 @@ +[include-frames-one-same-origin-child-one-same-origin-grandchild.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [GetEntries of a parent Frame with one Same-Origin child and one Same-Origin grandchild] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child.html.ini new file mode 100644 index 0000000000..6d45c5d438 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-one-same-origin-child.html.ini @@ -0,0 +1,6 @@ +[include-frames-one-same-origin-child.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [GetEntries of a parent Frame with one Same-Origin child] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/include-frames-two-local-children.html.ini b/testing/web-platform/meta/performance-timeline/tentative/include-frames-two-local-children.html.ini new file mode 100644 index 0000000000..c0b91372aa --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/include-frames-two-local-children.html.ini @@ -0,0 +1,6 @@ +[include-frames-two-local-children.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [GetEntries of a parent Frame with two Same-Origin children] + expected: TIMEOUT diff --git a/testing/web-platform/meta/performance-timeline/tentative/performance-entry-source.html.ini b/testing/web-platform/meta/performance-timeline/tentative/performance-entry-source.html.ini new file mode 100644 index 0000000000..216d5023fe --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/tentative/performance-entry-source.html.ini @@ -0,0 +1,5 @@ +[performance-entry-source.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [PerformanceEntry source is equal to its respective Window] + expected: FAIL diff --git a/testing/web-platform/meta/performance-timeline/timing-removed-iframe.html.ini b/testing/web-platform/meta/performance-timeline/timing-removed-iframe.html.ini new file mode 100644 index 0000000000..836c0ead9b --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/timing-removed-iframe.html.ini @@ -0,0 +1,3 @@ +[timing-removed-iframe.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/webtiming-resolution.any.js.ini b/testing/web-platform/meta/performance-timeline/webtiming-resolution.any.js.ini new file mode 100644 index 0000000000..af73094d99 --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/webtiming-resolution.any.js.ini @@ -0,0 +1,7 @@ +[webtiming-resolution.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[webtiming-resolution.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/performance-timeline/worker-with-performance-observer.html.ini b/testing/web-platform/meta/performance-timeline/worker-with-performance-observer.html.ini new file mode 100644 index 0000000000..bbfc332f1c --- /dev/null +++ b/testing/web-platform/meta/performance-timeline/worker-with-performance-observer.html.ini @@ -0,0 +1,3 @@ +[worker-with-performance-observer.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |