commit 51bd47b51db2ea91bb1dd0859399fa69c53d87ec parent 423614a5d22daaca3b38d67e7992b9bc64ff463f Author: Atila Butkovits <abutkovits@mozilla.com> Date: Mon, 20 Oct 2025 09:29:35 +0300 Revert "Bug 1995116 - Remove redundant non-shippable backlog expectations, round 4" for causing failures form-submission.https.sub.html. This reverts commit 0e1b5fb22e2700c0cfa233357afa2d3390df4a43. Diffstat:
13 files changed, 2439 insertions(+), 18 deletions(-)
diff --git a/testing/web-platform/meta/content-security-policy/inheritance/document-write-iframe.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/document-write-iframe.html.ini @@ -1,9 +1,8 @@ [document-write-iframe.html] - expected: - if navigationApi and debug: CRASH - TIMEOUT + expected: TIMEOUT [document.open() keeps inherited CSPs on empty iframe.] expected: TIMEOUT [document.open() does not change delivered CSPs.] expected: NOTRUN + diff --git a/testing/web-platform/meta/content-security-policy/inside-worker/serviceworker-connect-src.https.sub.html.ini b/testing/web-platform/meta/content-security-policy/inside-worker/serviceworker-connect-src.https.sub.html.ini @@ -1,10 +1,16 @@ [serviceworker-connect-src.https.sub.html] expected: - if navigationApi: [OK, TIMEOUT] + if processor == "x86": [OK, TIMEOUT] + if navigationApi: TIMEOUT [serviceworker-connect-src 2] expected: - if navigationApi: [PASS, TIMEOUT] + if processor == "x86": [PASS, NOTRUN] + if navigationApi: TIMEOUT [serviceworker-connect-src 1] + expected: + if processor == "x86": [PASS, NOTRUN] [serviceworker-connect-src] + expected: + if processor == "x86": [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/fetch/metadata/generated/form-submission.https.sub.html.ini b/testing/web-platform/meta/fetch/metadata/generated/form-submission.https.sub.html.ini @@ -0,0 +1,227 @@ +[form-submission.https.sub.html] + expected: + if os == "linux": [TIMEOUT, OK] + if os == "android" and fission: TIMEOUT + [sec-fetch-user - GET with user activation] + expected: + if os == "linux": [NOTRUN, PASS, TIMEOUT] + if os == "android" and fission: NOTRUN + + [sec-fetch-user - POST] + expected: + if (os == "linux") and os_version == "24.04" and processor == 'x86_64' and display == 'x11': PASS + if (os == "linux") and not fission and not debug: [NOTRUN, PASS, FAIL, TIMEOUT] + if os == "win": PASS + if os == "mac": PASS + if os == "android" and not fission: PASS + NOTRUN + + [sec-fetch-user - POST with user activation] + expected: + if (os == "linux") and debug and fission: [NOTRUN, PASS] + if (os == "linux") and debug and not fission: NOTRUN + if (os == "linux") and not debug: [NOTRUN, PASS, TIMEOUT] + if os == "android" and fission: NOTRUN + + [sec-fetch-user - GET] + expected: + if (os == "linux") and debug and fission: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and debug and not fission: NOTRUN + if (os == "linux") and not debug: [NOTRUN, PASS, TIMEOUT] + if os == "android" and fission: NOTRUN + + [sec-fetch-dest - GET] + expected: + if (os == "linux") and debug: NOTRUN + if (os == "linux") and not debug: [NOTRUN, PASS, TIMEOUT] + if os == "android" and fission: NOTRUN + + [sec-fetch-dest - POST] + expected: + if (os == "linux") and debug: NOTRUN + if (os == "linux") and not debug: [NOTRUN, PASS, TIMEOUT] + if os == "android" and fission: NOTRUN + + [sec-fetch-mode - GET] + expected: + if (os == "linux") and not debug and fission: [NOTRUN, PASS, TIMEOUT] + if os == "win": PASS + if os == "mac": PASS + if os == "android" and not fission: PASS + NOTRUN + + [sec-fetch-mode - POST] + expected: + if (os == "linux") and not debug and fission: [NOTRUN, PASS, TIMEOUT] + if os == "win": PASS + if os == "mac": PASS + if os == "android" and not fission: PASS + NOTRUN + + [sec-fetch-site - HTTPS downgrade-upgrade - POST] + expected: + if (os == "linux") and not debug and fission: [NOTRUN, PASS, TIMEOUT] + if os == "win": PASS + if os == "mac": PASS + if os == "android" and not fission: PASS + NOTRUN + + [sec-fetch-site - Same-Origin -> Same Origin - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Site -> Same Origin - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-Site -> Cross-Site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Cross-site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-Site -> Cross-Site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Same site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Same-Site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Site -> Cross-Site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Same Origin - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Cross-Site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Same-Site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Site -> Cross-Site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same origin - POST] + expected: + if os == "linux" and os_version == "18.04": TIMEOUT + if os == "android" and fission: TIMEOUT + + [sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-Site -> Same Origin - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-Site -> Same-Site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Site -> Same Origin - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Cross-Site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-Site -> Same Origin - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Same site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - HTTPS downgrade-upgrade - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-Site -> Same-Site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Site -> Same-Site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Cross-site - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Cross-site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Same-Site -> Same-Site - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN diff --git a/testing/web-platform/meta/fetch/metadata/generated/form-submission.sub.html.ini b/testing/web-platform/meta/fetch/metadata/generated/form-submission.sub.html.ini @@ -0,0 +1,188 @@ +[form-submission.sub.html] + expected: + if (os == "linux") and fission: [TIMEOUT, OK] + if (os == "linux") and not fission: TIMEOUT + if os == "android" and fission: TIMEOUT + [sec-fetch-site - HTTPS upgrade - POST] + expected: + if (os == "linux") and fission and debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and fission and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and not fission: NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - HTTPS downgrade-upgrade - GET] + expected: + if (os == "linux") and fission and debug: [NOTRUN, PASS] + if (os == "linux") and fission and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and not fission: NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - HTTPS downgrade-upgrade - POST] + expected: + if (os == "linux") and fission and debug: [NOTRUN, PASS] + if (os == "linux") and fission and not debug: [NOTRUN, PASS, TIMEOUT] + if (os == "linux") and not fission: NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - HTTPS upgrade - GET] + expected: + if (os == "linux") and not debug and fission: [NOTRUN, PASS, TIMEOUT] + if os == "win": PASS + if os == "mac": PASS + if os == "android" and not fission: PASS + NOTRUN + + [sec-fetch-mode - Not sent to non-trustworthy cross-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-mode - Not sent to non-trustworthy cross-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-mode - Not sent to non-trustworthy same-origin destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-dest - Not sent to non-trustworthy same-origin destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Not sent to non-trustworthy cross-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-dest - Not sent to non-trustworthy same-origin destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-user - Not sent to non-trustworthy same-origin destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - HTTPS downgrade (header not sent) - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-user - Not sent to non-trustworthy cross-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Not sent to non-trustworthy same-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-mode - Not sent to non-trustworthy same-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-user - Not sent to non-trustworthy same-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-dest - Not sent to non-trustworthy cross-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - HTTPS downgrade (header not sent) - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Not sent to non-trustworthy same-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-user - Not sent to non-trustworthy same-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-user - Not sent to non-trustworthy cross-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Not sent to non-trustworthy same-origin destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Not sent to non-trustworthy same-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-dest - Not sent to non-trustworthy same-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-mode - Not sent to non-trustworthy same-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Not sent to non-trustworthy same-origin destination - POST] + expected: + if os == "linux" and os_version == "18.04": TIMEOUT + if os == "android" and fission: TIMEOUT + + [sec-fetch-dest - Not sent to non-trustworthy same-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-site - Not sent to non-trustworthy cross-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-dest - Not sent to non-trustworthy cross-site destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-user - Not sent to non-trustworthy same-origin destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Not sent to non-trustworthy same-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-storage-access - Not sent to non-trustworthy cross-site destination - GET] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN + + [sec-fetch-mode - Not sent to non-trustworthy same-origin destination - POST] + expected: + if os == "linux" and os_version == "18.04": NOTRUN + if os == "android" and fission: NOTRUN diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-cross-origin-redirect.sub.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-cross-origin-redirect.sub.html.ini @@ -1,6 +1,4 @@ [pageswap-push-with-cross-origin-redirect.sub.html] - expected: - if navigationApi and debug: ERROR - TIMEOUT + expected: TIMEOUT [pageswap on navigation with same-origin redirect] expected: TIMEOUT diff --git a/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-with-cross-origin-redirect.sub.html.ini b/testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-with-cross-origin-redirect.sub.html.ini @@ -1,6 +1,4 @@ [pageswap-replace-with-cross-origin-redirect.sub.html] - expected: - if navigationApi and debug: ERROR - TIMEOUT + expected: TIMEOUT [pageswap on navigation with same-origin redirect] expected: TIMEOUT diff --git a/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-required-csp.html.ini b/testing/web-platform/meta/html/browsers/sandboxing/sandbox-inherited-from-required-csp.html.ini @@ -1,7 +1,5 @@ [sandbox-inherited-from-required-csp.html] - expected: - if navigationApi and debug: CRASH - TIMEOUT + expected: TIMEOUT [initial empty document] expected: FAIL @@ -19,3 +17,4 @@ [cross-origin] expected: FAIL + diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.http-rp/strict-origin/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.http-rp/strict-origin/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "linux") and debug and fission: TIMEOUT diff --git a/testing/web-platform/meta/reporting/same-origin-same-site-credentials.https.sub.html.ini b/testing/web-platform/meta/reporting/same-origin-same-site-credentials.https.sub.html.ini @@ -3,5 +3,5 @@ expected: if os == "mac": [FAIL, PASS] if os == "android": [FAIL, PASS] - if navigationApi: [FAIL, PASS] + if navigationApi: PASS FAIL diff --git a/testing/web-platform/meta/resource-timing/response-status-code.html.ini b/testing/web-platform/meta/resource-timing/response-status-code.html.ini @@ -1,2 +1,1981 @@ [response-status-code.html] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [OK, TIMEOUT] + if not debug and (os == "android") and not sessionHistoryInParent: [OK, TIMEOUT] + if debug: TIMEOUT prefs: [browser.http.blank_page_with_error_response.enabled:true] + [This test validates the response status of resources.] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 1] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 2] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 3] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 4] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 5] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 6] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 7] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 8] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 9] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 10] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 11] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 12] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 13] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 14] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 15] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 16] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 17] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 18] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 19] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 20] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 21] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 22] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 23] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 24] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 25] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 26] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 27] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 28] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 29] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 30] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 31] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 32] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 33] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 34] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 35] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 36] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 37] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 38] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 39] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 40] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 41] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 42] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 43] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 44] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 45] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 46] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 47] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 48] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 49] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 50] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 51] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 52] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 53] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 54] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 55] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 56] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 57] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 58] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 59] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 60] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 61] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [This test validates the response status of resources. 62] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, TIMEOUT, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, TIMEOUT, FAIL] + if debug: TIMEOUT + + [This test validates the response status of resources. 63] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 64] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 65] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 66] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 67] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 68] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 69] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 70] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 71] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 72] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 73] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 74] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 75] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 76] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 77] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 78] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 79] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 80] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 81] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 82] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 83] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 84] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 85] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 86] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 87] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 88] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 89] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 90] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 91] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 92] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 93] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 94] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 95] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 96] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 97] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 98] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 99] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 100] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 101] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 102] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 103] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 104] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 105] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 106] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 107] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 108] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 109] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 110] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 111] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 112] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 113] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 114] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 115] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 116] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 117] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 118] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 119] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 120] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 121] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 122] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 123] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 124] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 125] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 126] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 127] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 128] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 129] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 130] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 131] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 132] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 133] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 134] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 135] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 136] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 137] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 138] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 139] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 140] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 141] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 142] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 143] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 144] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 145] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 146] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 147] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 148] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 149] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 150] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 151] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 152] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 153] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 154] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 155] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 156] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 157] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 158] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 159] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 160] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 161] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 162] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 163] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 164] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 165] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 166] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 167] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 168] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 169] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 170] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 171] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 172] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 173] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 174] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 175] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 176] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 177] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 178] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 179] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 180] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 181] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 182] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 183] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 184] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 185] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 186] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 187] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 188] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 189] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 190] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 191] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 192] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 193] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 194] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 195] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 196] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 197] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 198] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 199] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 200] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 201] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 202] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 203] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 204] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 205] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 206] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 207] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 208] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 209] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 210] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 211] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 212] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 213] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 214] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 215] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 216] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 217] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 218] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 219] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 220] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 221] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 222] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 223] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 224] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 225] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 226] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 227] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 228] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 229] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 230] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 231] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 232] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 233] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 234] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 235] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 236] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 237] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 238] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 239] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 240] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 241] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 242] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 243] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 244] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 245] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 246] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 247] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 248] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 249] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 250] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 251] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 252] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 253] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 254] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 255] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 256] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 257] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 258] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 259] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 260] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 261] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 262] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 263] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 264] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 265] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 266] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 267] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 268] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 269] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 270] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 271] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 272] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 273] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 274] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 275] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 276] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 277] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 278] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 279] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 280] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 281] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 282] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 283] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 284] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 285] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 286] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 287] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 288] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 289] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 290] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 291] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 292] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 293] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 294] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 295] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 296] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 297] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 298] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 299] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 300] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 301] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 302] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 303] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 304] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 305] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 306] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 307] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 308] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 309] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 310] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 311] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 312] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 313] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 314] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 315] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 316] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 317] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 318] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 319] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 320] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 321] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 322] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 323] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 324] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 325] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 326] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 327] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 328] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 329] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 330] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 331] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 332] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 333] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 334] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 335] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 336] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 337] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 338] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 339] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 340] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 341] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 342] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 343] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 344] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 345] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 346] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 347] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 348] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN + + [This test validates the response status of resources. 349] + expected: + if not debug and (os == "android") and sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if not debug and (os == "android") and not sessionHistoryInParent: [PASS, NOTRUN, FAIL] + if debug: NOTRUN diff --git a/testing/web-platform/meta/streams/writable-streams/garbage-collection.any.js.ini b/testing/web-platform/meta/streams/writable-streams/garbage-collection.any.js.ini @@ -1,11 +1,22 @@ [garbage-collection.any.shadowrealm-in-dedicatedworker.html] expected: ERROR +[garbage-collection.any.serviceworker.html] + [garbage-collection.any.shadowrealm-in-window.html] expected: ERROR +[garbage-collection.any.html] + [garbage-collection.https.any.shadowrealm-in-serviceworker.html] - expected: ERROR + expected: + if (os == "linux") and debug and fission: TIMEOUT + if (os == "android") and sessionHistoryInParent and debug: ERROR + if (os == "linux") and not debug: [TIMEOUT, ERROR] + if os == "win": ERROR + [ERROR, TIMEOUT] + +[garbage-collection.any.sharedworker.html] [garbage-collection.any.shadowrealm-in-shadowrealm.html] expected: ERROR @@ -15,3 +26,5 @@ [garbage-collection.any.shadowrealm-in-sharedworker.html] expected: ERROR + +[garbage-collection.any.worker.html] diff --git a/testing/web-platform/meta/web-locks/bfcache/held.tentative.https.html.ini b/testing/web-platform/meta/web-locks/bfcache/held.tentative.https.html.ini @@ -3,11 +3,11 @@ if navigationApi and debug: TIMEOUT [A held lock on a worker must prevent bfcache] expected: - if navigationApi and debug: [PASS, TIMEOUT] + if navigationApi and debug: TIMEOUT [A held lock on a nested worker must prevent bfcache] expected: - if navigationApi and debug: [TIMEOUT, NOTRUN] + if navigationApi and debug: NOTRUN [A held lock on a shared worker must prevent bfcache] expected: diff --git a/testing/web-platform/meta/webrtc/protocol/rtp-clockrate.html.ini b/testing/web-platform/meta/webrtc/protocol/rtp-clockrate.html.ini @@ -0,0 +1,11 @@ +[rtp-clockrate.html] + expected: + if (os == "linux") and debug and fission: TIMEOUT + if isolated_process: CRASH + bug: 1709960 + [video rtp timestamps increase by approximately 90000 per second] + expected: + if (os == "linux") and asan and fission: [PASS, FAIL] + if (os == "win") and not debug: [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL] + if os == "android" and os_version == "14" and processor == "x86_64": [PASS, FAIL]