-
- Downloads
Sputnik tests were previously modified to ensure global objects with common names (e.g., 'obj')
were actually unique across the test cases. This *was* needed prior to November as we weren't running each test case in it's own private global environment. The situation now is that we're running each test within it's own iframe => the modifications are no longer needed. Few small improvements to SputnikConverter: - App.config file locations have been fixed - template files get pushed alongside generated tool binaries - the root path for Sputnik conformance files is "Conformance", not "tests" - allow the main exe to throw exceptions so they can be properly debugged with VS
Showing
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js 3 additions, 3 deletions.../11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T2.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js 3 additions, 3 deletions.../11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.1_T3.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js 5 additions, 5 deletions.../11.5.1_Applying_the_asterisk_Operator/S11.5.1_A2.4_T3.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js 3 additions, 3 deletions...ors/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T2.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js 3 additions, 3 deletions...ors/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.1_T3.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js 5 additions, 5 deletions...ors/11.5.2_Applying_the_slash_Operator/S11.5.2_A2.4_T3.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js 3 additions, 3 deletions...s/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T2.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js 3 additions, 3 deletions...s/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.1_T3.js
- test/suite/sputnik_converted/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js 5 additions, 5 deletions...s/11.5.3_Applying_the_percent_Operator/S11.5.3_A2.4_T3.js
- test/suite/sputnik_converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js 3 additions, 3 deletions...Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T2.js
- test/suite/sputnik_converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js 3 additions, 3 deletions...Operators/11.6.1_The_Addition_operator/S11.6.1_A2.1_T3.js
- test/suite/sputnik_converted/11_Expressions/11.6_Additive_Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js 5 additions, 5 deletions...Operators/11.6.1_The_Addition_operator/S11.6.1_A2.4_T3.js
- test/suite/sputnik_converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js 3 additions, 3 deletions...rators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T2.js
- test/suite/sputnik_converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js 3 additions, 3 deletions...rators/11.6.2_The_Subtraction_operator/S11.6.2_A2.1_T3.js
- test/suite/sputnik_converted/11_Expressions/11.6_Additive_Operators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js 5 additions, 5 deletions...rators/11.6.2_The_Subtraction_operator/S11.6.2_A2.4_T3.js
- test/suite/sputnik_converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js 3 additions, 3 deletions...erators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T2.js
- test/suite/sputnik_converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js 3 additions, 3 deletions...erators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.1_T3.js
- test/suite/sputnik_converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js 5 additions, 5 deletions...erators/11.7.1_The_Left_shift_Operator/S11.7.1_A2.4_T3.js
- test/suite/sputnik_converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js 3 additions, 3 deletions...rs/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T2.js
- test/suite/sputnik_converted/11_Expressions/11.7_Bitwise_Shift_Operators/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js 3 additions, 3 deletions...rs/11.7.2_The_Sign_Left_shift_Operator/S11.7.2_A2.1_T3.js
Loading
Please register or sign in to comment