[test-analyser-output.html]
expected:
if (os == "mac") and not debug and (version == "OS X 14.7"): [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
[AnalyserNode output]
expected:
if (os == "mac") and not debug and (version == "OS X 14.7"): [PASS, NOTRUN]
if (os == "mac") and debug: [PASS, NOTRUN]