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