Bug 1960329 - Update test expectations for user_contexts.py / contexts.py CLOSED TREE
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user