Source code

Revision control

Copy as Markdown

Other Tools

[common-to-both-axes-supercedes-first-in-tree-order.html]
expected:
if (os == "linux") and debug and fission: [TIMEOUT, OK, FAIL]
if (os == "linux") and debug and not fission: [OK, FAIL]
if (os == "win") and not debug: [OK, CRASH]
if (os == "linux") and not debug: [OK, FAIL]
[box0 is common to both axes and is the snap target despite being last in tree order.]
expected:
if os == "linux": [FAIL, TIMEOUT]
FAIL
[box1 is common to both axes and is the snap target despite being last in tree order.]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[box2 is common to both axes and is the snap target despite being last in tree order.]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[box3 is common to both axes and is the snap target despite being last in tree order.]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[box4 is common to both axes and is the snap target despite being last in tree order.]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[box5 is common to both axes and is the snap target despite being last in tree order.]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[box6 is common to both axes and is the snap target despite being last in tree order.]
expected:
if os == "linux": [FAIL, NOTRUN]
FAIL
[box7 is common to both axes and is the snap target despite being last in tree order.]
expected:
if (os == "linux") and debug and fission: [TIMEOUT, FAIL, NOTRUN]
if (os == "linux") and debug and not fission: [FAIL, NOTRUN]
if (os == "linux") and not debug: [FAIL, NOTRUN]
FAIL
[box8 is common to both axes and is the snap target despite being last in tree order.]
expected:
if (os == "linux") and debug and fission: [NOTRUN, FAIL]
if (os == "linux") and debug and not fission: [FAIL, NOTRUN]
if (os == "linux") and not debug: [FAIL, NOTRUN]
FAIL
[box9 is common to both axes and is the snap target despite being last in tree order.]
expected:
if (os == "linux") and debug and fission: [NOTRUN, FAIL]
if (os == "linux") and debug and not fission: [FAIL, NOTRUN]
if (os == "linux") and not debug: [FAIL, NOTRUN]
FAIL