test262/test
Frank Yung-Fong Tang 63f2c5b10f Remove 1.1 case which should NOT throw RangeError
roundingIncrement: 1.1 will not throw RangeError because
1.  roundingIncrement is read by calling GetNumberOption 
2. GetNumberOption https://tc39.es/ecma402/#sec-getnumberoption will call DefaultNumberOption https://tc39.es/ecma402/#sec-defaultnumberoption and 
3. DefaultNumberOption will call floor() in step 3.
2022-01-07 13:18:18 -05:00
..
annexB RegExp.prototype.compile from other realm should throw TypeError from other realm. 2021-09-10 15:04:11 -04:00
built-ins Fix incorrect argument 2022-01-07 13:14:27 -05:00
harness Remove harness file, arrayContains.js 2021-11-01 12:55:10 -04:00
intl402 Remove 1.1 case which should NOT throw RangeError 2022-01-07 13:18:18 -05:00
language Add identifier tests for private class fields specifically 2022-01-05 14:24:20 -05:00