aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2011-12-09re-strengthen now passing strtod in defaultAlon Zakai
2011-12-09properly implement strtok_r by translating the C source, so it will work with...Alon Zakai
2011-12-09test clarificationAlon Zakai
2011-12-09re-enable test_math_hyperbolic in default, now passesAlon Zakai
2011-12-09fix poppler test; all current tests pass in defaultAlon Zakai
2011-12-08test fixesAlon Zakai
2011-12-08fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...Alon Zakai
2011-12-07mark printf as depending on js engine float64array behaviorAlon Zakai
2011-12-07allow slightly different rounding results in bullet testAlon Zakai
2011-12-07weaken unneeded part of profiling testAlon Zakai
2011-12-07fix test_strtodAlon Zakai
2011-12-07workaround for i64 mode 1 in printf testAlon Zakai
2011-12-07various i64 fixes, including preventing rounding of small negativesAlon Zakai
2011-12-07parseInt test is problematic, mark it as such, and fix some i64 issues with r...Alon Zakai
2011-12-06test fixesAlon Zakai
2011-12-06test fixesAlon Zakai
2011-12-06allow test runner to be called without default. before test namesAlon Zakai
2011-12-06add failing double alignment testAlon Zakai
2011-12-06enable tests that need to be fixedAlon Zakai
2011-12-06workaround for node issue 2280 in test_memorygrowthAlon Zakai
2011-12-06rename specials ==> sAlon Zakai
2011-12-06rename defaults ==> defaultAlon Zakai
2011-12-06two small fixes, for benchmarks and memory growthAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-12-06add 'defaults' pass in test runner, and rename other passes to 'special'Alon Zakai
2011-12-05support for external variables in runtime linkingAlon Zakai
2011-12-05fix test runner breakage after test_runtimeloadAlon Zakai
2011-12-05disable runtimelink test when using LLVM optsAlon Zakai
2011-12-05partial support for runtime linking of separately-compiled modules (only func...Alon Zakai
2011-12-05better sanity checks for configured js enginesAlon Zakai
2011-12-04sanity check for compiler engine in test runnerAlon Zakai
2011-12-04fix line numbers with multiple linked filesAlon Zakai
2011-12-04mark test_exceptions as failing on nodeAlon Zakai
2011-12-04tiny cleanup for benchmark codeAlon Zakai
2011-12-04commentAlon Zakai
2011-12-03fixes for using node as both compiler engine and code running engine. node is...Alon Zakai
2011-12-02tiny followup for exit code patch for test runnerAlon Zakai
2011-12-02Merge pull request #116 from eclecticdave/masterAlon Zakai
2011-12-02fix poppler testAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-28partial fix for breakinthemiddle in test_casesAlon Zakai
2011-11-28fix for test_closure_compiler with spidermonkey as compiler engineAlon Zakai
2011-11-27fix for i64 mode 1 conversion of double to i64Alon Zakai
2011-11-27improve benchmark outputAlon Zakai
2011-11-27do not recompile just for dfe in test runnerAlon Zakai
2011-11-26imporve i64 testAlon Zakai
2011-11-26fixes for 64-bit values in globals in i64 mode 1Alon Zakai
2011-11-26refactor a js optimizer passAlon Zakai
2011-11-26add i16 to corrections benchmarkAlon Zakai