Source code

Revision control

Copy as Markdown

Other Tools

[open-features-non-integer-top.html]
[features "top=105.5" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105.32" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105LLl" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105^4" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105*3" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105/5" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105 " should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105e1" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=105e-1" should set "top=105"]
expected:
if (os == "linux") and debug and fission: [PASS, FAIL]
if os == "android": FAIL
[features "top=L104" should NOT set "top=104"]
expected:
if asan and not fission: [PASS, FAIL]