Source code

Revision control

Copy as Markdown

Other Tools

[tag.https.html]
expected:
if (os == "win") and (processor == "x86_64") and debug: ERROR
if (os == "win") and (processor == "x86_64") and not debug: [OK, ERROR]
if (os == "linux") and not fission and not debug: [OK, ERROR]
if os == "android": TIMEOUT
[Opening two notifications with the same tag should close the first one]
expected:
if (os == "win") and (processor == "x86_64") and debug: NOTRUN
if (os == "win") and (processor == "x86_64") and not debug: [PASS, NOTRUN]
if (os == "linux") and not fission and not debug: [PASS, NOTRUN]
if os == "android": TIMEOUT