test262/test/language/expressions/modulus
André Bargull 1a4793926f Fix strict mode errors in language/expressions
- Add missing noStrict flags when tests explicitly require non-strict semantics (e.g. unqualified delete, with statement)
- Change `throw new Exception(...)` to `$ERROR(...)` in call/*
- Replace dynamic strict mode check with noStrict flag in call/11.2.3-3_8
- Align assignment/11.13.1_A3.1 with 11.13.1_A3.2 to avoid creating implicit global variable
- Split test into multiple files when undeclared variable are under test
  - addition/S11.6.1_A2.4_T3
  - division/11.5.2_A2.4_T3
  - does-not-equals/11.9.2_A2.4_T3
  - equals/S11.9.1_A2.4_T3
  - greater-than/S11.8.2_A2.4_T3
  - greater-than-or-equal/S11.8.4_A2.4_T3
  - in/S11.8.7_A2.4_T3
  - instanceof/11.8.6_A2.4_T3
  - left-shift/S11.7.1_A2.4_T3
  - less-than/S11.8.1_A2.4_T3
  - less-than-or-equal/S11.8.3_A2.4_T3
  - modulus/S11.5.3_A2.4_T3
  - multiplication/11.5.1_A2.4_T3
  - right-shift/11.7.2_A2.4_T3
  - strict-does-not-equals/11.9.5_A2.4_T3
  - strict-equals/11.9.4_A2.4_T3
  - subtraction/11.6.2_A2.4_T3
  - unsigned-right-shift/11.7.3_A2.4_T3
- Add declaration when implicit global variable creation not part of the test
  - assignment/11.13.1_A4_T1
  - compound-assignment/S11.13.2_A3.1_T*
  - compound-assignment/S11.13.2_A3.2_T*
  - grouping/11.1.6_A3_T5
  - instanceof/S15.3.5.3_*
- Split test into multiple files when unqualified delete is used
  - delete/S11.4.1_A2.2_T1.js
  - delete/11.4.1_A3.2
  - grouping/S11.1.6_A2
  - grouping/S11.1.6_A3_T6
2014-12-11 19:07:04 +01:00
..
S11.5.3_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A2.4_T3.js Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
S11.5.3_A2.4_T4.js Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
S11.5.3_A3_T1.1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T1.2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T1.3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T1.4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T1.5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.8.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A3_T2.9.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T1.1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T1.2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S11.5.3_A4_T7.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00