Bug 1960329 - Update test expectations for user_contexts.py / contexts.py CLOSED TREE

This commit is contained in:
Alexandru Marc
2025-04-23 16:58:06 +03:00
parent d283b7465d
commit f6b9fb889c
2 changed files with 3 additions and 25 deletions

View File

@@ -1,21 +1,6 @@
[contexts.py]
[test_contexts]
expected:
if (os == "linux") and not debug and asan and not fission: FAIL
if (os == "linux") and not debug and not asan and (version == "Ubuntu 22.04"): [PASS, FAIL]
if (os == "android") and debug and not fission and sessionHistoryInParent: FAIL
if (os == "linux") and debug: FAIL
if (os == "android") and not debug: FAIL
[FAIL, PASS]
expected: [FAIL, PASS]
[test_multiple_contexts]
expected:
if (os == "linux") and not asan and debug and (version == "Ubuntu 18.04") and fission: [PASS, FAIL]
if (os == "linux") and not asan and debug and (version == "Ubuntu 18.04") and not fission: [PASS, FAIL]
if (os == "linux") and not asan and debug and (version == "Ubuntu 22.04"): PASS
if (os == "mac") and not debug and (version == "OS X 14.7"): [PASS, FAIL]
if (os == "linux") and asan and not fission: FAIL
if (os == "linux") and not asan and not debug: PASS
if (os == "android") and not debug and sessionHistoryInParent: FAIL
if (os == "win") and not debug: PASS
[FAIL, PASS]
expected: [FAIL, PASS]

View File

@@ -5,14 +5,7 @@
expected:
if os == "mac": [OK, TIMEOUT]
[test_set_to_default_user_context]
expected:
if (os == "linux") and (version == "Ubuntu 18.04") and not tsan and not debug and asan and fission: [PASS, FAIL]
if (os == "linux") and (version == "Ubuntu 18.04") and not tsan and debug: FAIL
if (os == "linux") and (version == "Ubuntu 18.04") and tsan: [FAIL, PASS]
if (os == "win") and debug: [FAIL, PASS]
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and (version == "Ubuntu 22.04"): [PASS, FAIL]
expected: [PASS, FAIL]
[test_set_to_user_context_and_then_to_context]
expected: