Source code

Revision control

Copy as Markdown

Other Tools

[open-features-negative-width-height.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
if (os == "android") and not debug: [OK, ERROR]
[features "width=-404e1" should NOT set "width=404"]
expected:
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[features "width=-404" should NOT set "width=404"]
expected:
if asan and not fission: [PASS, FAIL]
[features "width=-404.5" should NOT set "width=404"]
expected:
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[features "height=-404.5" should NOT set "height=404"]
expected:
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[features "height=-404" should NOT set "height=404"]
expected:
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
[features "height=-404e1" should NOT set "height=404"]
expected:
if (os == "linux") and not fission and debug: [PASS, FAIL]
if (os == "linux") and not fission and not debug: [PASS, FAIL]