aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-12-12add missing file test_hello_world_loop.cppAlon Zakai
2011-12-12emcc initial support for -OxAlon Zakai
2011-12-12clean up emcc testAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests ↵Alon Zakai
SDL, and some fixes for SDL
2011-12-11more emcc functionality and testsAlon Zakai
2011-12-11refactor run_js and an additional emcc testAlon Zakai
2011-12-11refactor temp files handling code, and first passing compilation test for emccAlon Zakai
2011-12-11emcc help updateAlon Zakai
2011-12-11--help in emccAlon Zakai
2011-12-11emcc: --versionAlon Zakai
2011-12-11simplify and slim down value intertypeAlon Zakai
2011-12-10Merge branch 'ta2bydefault'Alon Zakai
2011-12-10remove reminder testAlon Zakai
2011-12-10benchmark tweaks, remove some js-optimizer passes that seem to not helpAlon Zakai
2011-12-10gl commentsAlon Zakai
2011-12-10reminderAlon Zakai
2011-12-10fix openjpeg test so it can be cached, speeding up the test runnerAlon Zakai
2011-12-09parseInt and printf test fixesAlon Zakai
2011-12-09commentsAlon Zakai
2011-12-09partial fix to test_printf in s_0_1Alon Zakai
2011-12-09do poppler only in defaultAlon Zakai
2011-12-09update test_reminderAlon Zakai
2011-12-09reduce the number of q1 testsAlon Zakai
2011-12-09tweak which tests we runAlon Zakai
2011-12-09switch poppler test to use arbitrary values of USE_TYPED_ARRAYS, and fix the ↵Alon Zakai
test for default
2011-12-09fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor ↵Alon Zakai
corrections for toNiceIdent and detecting the number of bits in mathops
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 ↵Alon Zakai
with typed arrays
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-08properly resolve multilevel function aliases, fixes bug with adding indexing ↵Alon Zakai
for aliases. also optimize function indexing in compiler
2011-12-08remove workaround with not indexizing aliasesAlon Zakai
2011-12-08test fixesAlon Zakai
2011-12-08fix for double mode 1 issue with 32-bit floats being NaNs and altering our ↵Alon Zakai
doubles
2011-12-07mark printf as depending on js engine float64array behaviorAlon Zakai
2011-12-07add failing test caseAlon 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-07switch some 64-bit stat fields to 32-bitAlon 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 ↵Alon Zakai
rounding (but not all)
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