S7.8.5_A3.1_T7 through S7.8.5_A3.1_T9 were invalid as written. The only way...
S7.8.5_A3.1_T7 through S7.8.5_A3.1_T9 were invalid as written. The only way to specify unicode flags to literal regexp patterns is through eval and similar mechanisms (e.g., Function constructor). Fixed. All but two of the remaining disabled tests in excludelist.xml were disabled because the tests polluted the global JS environment, not because the tests themselves were invalid. This is no longer an issue as of the latest test262 harness (actually it wasn't an issue about a year ago either). Re-enabled.
Showing
- test/config/excludelist.xml 2 additions, 33 deletionstest/config/excludelist.xml
- test/suite/ch07/7.8/7.8.5/S7.8.5_A3.1_T7.js 3 additions, 2 deletionstest/suite/ch07/7.8/7.8.5/S7.8.5_A3.1_T7.js
- test/suite/ch07/7.8/7.8.5/S7.8.5_A3.1_T8.js 2 additions, 1 deletiontest/suite/ch07/7.8/7.8.5/S7.8.5_A3.1_T8.js
- test/suite/ch07/7.8/7.8.5/S7.8.5_A3.1_T9.js 2 additions, 1 deletiontest/suite/ch07/7.8/7.8.5/S7.8.5_A3.1_T9.js
- website/json/ch07.json 1 addition, 1 deletionwebsite/json/ch07.json
- website/json/ch15.json 1 addition, 1 deletionwebsite/json/ch15.json
- website/json/default.json 1 addition, 1 deletionwebsite/json/default.json
Loading
Please register or sign in to comment