js-on-sx: baseline commit (278/280 unit, 148/148 slice, runner stub)
Initial commit of the lib/js/ tree and plans/ directory. A previous session left template-string work in progress — 278/280 unit tests pass (2 failing: tpl part-count off-by-one, escaped-backtick ident lookup). test262-runner.py and scoreboard are placeholders (0/8 with 7 timeouts); fixing the runner is the next queue item.
This commit is contained in:
1
lib/js/test262-slice/compare/ge_eq.expected
Normal file
1
lib/js/test262-slice/compare/ge_eq.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/ge_eq.js
Normal file
1
lib/js/test262-slice/compare/ge_eq.js
Normal file
@@ -0,0 +1 @@
|
||||
3 >= 3
|
||||
1
lib/js/test262-slice/compare/gt.expected
Normal file
1
lib/js/test262-slice/compare/gt.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/gt.js
Normal file
1
lib/js/test262-slice/compare/gt.js
Normal file
@@ -0,0 +1 @@
|
||||
3 > 1
|
||||
1
lib/js/test262-slice/compare/le_eq.expected
Normal file
1
lib/js/test262-slice/compare/le_eq.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/le_eq.js
Normal file
1
lib/js/test262-slice/compare/le_eq.js
Normal file
@@ -0,0 +1 @@
|
||||
2 <= 2
|
||||
1
lib/js/test262-slice/compare/loose_eq_num_str.expected
Normal file
1
lib/js/test262-slice/compare/loose_eq_num_str.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/loose_eq_num_str.js
Normal file
1
lib/js/test262-slice/compare/loose_eq_num_str.js
Normal file
@@ -0,0 +1 @@
|
||||
1 == "1"
|
||||
1
lib/js/test262-slice/compare/loose_null_undef.expected
Normal file
1
lib/js/test262-slice/compare/loose_null_undef.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/loose_null_undef.js
Normal file
1
lib/js/test262-slice/compare/loose_null_undef.js
Normal file
@@ -0,0 +1 @@
|
||||
null == undefined
|
||||
1
lib/js/test262-slice/compare/loose_zero_false.expected
Normal file
1
lib/js/test262-slice/compare/loose_zero_false.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/loose_zero_false.js
Normal file
1
lib/js/test262-slice/compare/loose_zero_false.js
Normal file
@@ -0,0 +1 @@
|
||||
0 == false
|
||||
1
lib/js/test262-slice/compare/lt.expected
Normal file
1
lib/js/test262-slice/compare/lt.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/lt.js
Normal file
1
lib/js/test262-slice/compare/lt.js
Normal file
@@ -0,0 +1 @@
|
||||
1 < 2
|
||||
1
lib/js/test262-slice/compare/str_lt.expected
Normal file
1
lib/js/test262-slice/compare/str_lt.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/str_lt.js
Normal file
1
lib/js/test262-slice/compare/str_lt.js
Normal file
@@ -0,0 +1 @@
|
||||
"a" < "b"
|
||||
@@ -0,0 +1 @@
|
||||
false
|
||||
1
lib/js/test262-slice/compare/strict_eq_cross_type.js
Normal file
1
lib/js/test262-slice/compare/strict_eq_cross_type.js
Normal file
@@ -0,0 +1 @@
|
||||
1 === "1"
|
||||
1
lib/js/test262-slice/compare/strict_eq_num.expected
Normal file
1
lib/js/test262-slice/compare/strict_eq_num.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/strict_eq_num.js
Normal file
1
lib/js/test262-slice/compare/strict_eq_num.js
Normal file
@@ -0,0 +1 @@
|
||||
1 === 1
|
||||
@@ -0,0 +1 @@
|
||||
false
|
||||
1
lib/js/test262-slice/compare/strict_eq_num_false.js
Normal file
1
lib/js/test262-slice/compare/strict_eq_num_false.js
Normal file
@@ -0,0 +1 @@
|
||||
1 === 2
|
||||
1
lib/js/test262-slice/compare/strict_neq.expected
Normal file
1
lib/js/test262-slice/compare/strict_neq.expected
Normal file
@@ -0,0 +1 @@
|
||||
true
|
||||
1
lib/js/test262-slice/compare/strict_neq.js
Normal file
1
lib/js/test262-slice/compare/strict_neq.js
Normal file
@@ -0,0 +1 @@
|
||||
1 !== 2
|
||||
Reference in New Issue
Block a user