blob: cd8e79afb76795093969eb674c440d8c50070a36 (
plain)
1
2
3
4
5
6
|
[xhtml-mathml-dtd-entity-6.htm]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and debug: [OK, TIMEOUT]
|