user_prompts.py.ini (888B)
1 [user_prompts.py] 2 disabled: 3 if os == "android": Not supported 4 [test_accept[confirm-True\]] 5 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 6 expected: 7 if (display == "x11") and not tsan: PASS 8 if display == @Null: PASS 9 [PASS, FAIL] 10 11 [test_accept[prompt-\]] 12 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 13 expected: 14 if (display == "x11") and not tsan: PASS 15 if display == @Null: PASS 16 [PASS, FAIL] 17 18 [test_dismiss[confirm-False\]] 19 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 20 expected: 21 if (display == "x11") and not tsan: PASS 22 if display == @Null: PASS 23 [PASS, FAIL] 24 25 [test_dismiss[prompt-None\]] 26 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1923833 27 expected: 28 if (display == "x11") and not tsan: PASS 29 if display == @Null: PASS 30 [PASS, FAIL]