-
- Downloads
Remove $PRINT helper function
The `$PRINT` helper function has no effect on test behavior. The following tests use it to report assertion outcomes (and as a result will fail silently): - test/language/function-code/S10.2.1_A4_T2.js - test/language/function-code/S10.2.1_A5.1_T1.js - test/language/function-code/S10.2.1_A5.1_T2.js - test/language/function-code/S10.2.1_A5.2_T1.js Remove the function definition and all references within tests. Update tests that use it as an error reporting mechanism to instead use an appropriate `assert` helper function.
Showing
- harness/$PRINT.js 0 additions, 4 deletionsharness/$PRINT.js
- test/built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A7.js 0 additions, 2 deletions...built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A7.js
- test/built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A1.js 12 additions, 11 deletions.../built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A1.js
- test/built-ins/Object/prototype/valueOf/S15.2.4.4_A7.js 0 additions, 2 deletionstest/built-ins/Object/prototype/valueOf/S15.2.4.4_A7.js
- test/built-ins/String/prototype/indexOf/S15.5.4.7_A7.js 0 additions, 3 deletionstest/built-ins/String/prototype/indexOf/S15.5.4.7_A7.js
- test/built-ins/String/prototype/search/S15.5.4.12_A7.js 0 additions, 3 deletionstest/built-ins/String/prototype/search/S15.5.4.12_A7.js
- test/built-ins/String/prototype/substring/S15.5.4.15_A7.js 0 additions, 3 deletionstest/built-ins/String/prototype/substring/S15.5.4.15_A7.js
- test/built-ins/String/prototype/toLocaleLowerCase/S15.5.4.17_A7.js 0 additions, 3 deletions...t-ins/String/prototype/toLocaleLowerCase/S15.5.4.17_A7.js
- test/language/function-code/S10.2.1_A4_T2.js 4 additions, 7 deletionstest/language/function-code/S10.2.1_A4_T2.js
- test/language/function-code/S10.2.1_A5.1_T1.js 2 additions, 7 deletionstest/language/function-code/S10.2.1_A5.1_T1.js
- test/language/function-code/S10.2.1_A5.1_T2.js 2 additions, 7 deletionstest/language/function-code/S10.2.1_A5.1_T2.js
- test/language/function-code/S10.2.1_A5.2_T1.js 2 additions, 7 deletionstest/language/function-code/S10.2.1_A5.2_T1.js
- test/language/statements/block/S12.1_A2.js 0 additions, 1 deletiontest/language/statements/block/S12.1_A2.js
- test/language/types/number/S8.5_A5.js 0 additions, 9 deletionstest/language/types/number/S8.5_A5.js
Loading
Please register or sign in to comment