open-features-non-integer-left.html.ini (2278B)
1 [open-features-non-integer-left.html] 2 [features "left=105.5" should set "left=105"] 3 expected: 4 if (os == "linux") and not debug and not fission: [PASS, FAIL] 5 if (os == "linux") and debug: [PASS, FAIL] 6 if os == "android": FAIL 7 8 [features "left=105.32" should set "left=105"] 9 expected: 10 if (os == "linux") and not debug and not fission: [PASS, FAIL] 11 if (os == "linux") and debug: [PASS, FAIL] 12 if os == "android": FAIL 13 14 [features "left=105LLl" should set "left=105"] 15 expected: 16 if (os == "linux") and not debug and not fission: [PASS, FAIL] 17 if (os == "linux") and debug: [PASS, FAIL] 18 if os == "android": FAIL 19 20 [features "left=105^4" should set "left=105"] 21 expected: 22 if (os == "linux") and not debug and not fission: [PASS, FAIL] 23 if (os == "linux") and debug: [PASS, FAIL] 24 if os == "android": FAIL 25 26 [features "left=105*3" should set "left=105"] 27 expected: 28 if (os == "linux") and not debug and not fission: [PASS, FAIL] 29 if (os == "linux") and debug: [PASS, FAIL] 30 if os == "android": FAIL 31 32 [features "left=105/5" should set "left=105"] 33 expected: 34 if (os == "linux") and not debug and not fission: [PASS, FAIL] 35 if (os == "linux") and debug: [PASS, FAIL] 36 if os == "android": FAIL 37 38 [features "left=105 " should set "left=105"] 39 expected: 40 if (os == "linux") and not debug and not fission: [PASS, FAIL] 41 if (os == "linux") and debug: [PASS, FAIL] 42 if os == "android": FAIL 43 44 [features "left=105e1" should set "left=105"] 45 expected: 46 if (os == "linux") and not debug and not fission: [PASS, FAIL] 47 if (os == "linux") and debug: [PASS, FAIL] 48 if os == "android": FAIL 49 50 [features "left=105e-1" should set "left=105"] 51 expected: 52 if (os == "linux") and not debug and not fission: [PASS, FAIL] 53 if (os == "linux") and debug: [PASS, FAIL] 54 if os == "android": FAIL 55 56 [features "left=/104" should NOT set "left=104"] 57 expected: 58 if asan and not fission: [PASS, FAIL] 59 60 [features "left=_104" should NOT set "left=104"] 61 expected: 62 if asan and not fission: [PASS, FAIL] 63 64 [features "left=L104" should NOT set "left=104"] 65 expected: 66 if asan and not fission: [PASS, FAIL]