aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-02-20handle setjmp without an explicit entryAlon Zakai
2012-02-20generate signed legalized 32-bit chunksAlon Zakai
2012-02-19add llvm dir to benchmark fingerprintAlon Zakai
2012-02-18ccallAlon Zakai
2012-02-18add test for atexit's still being called when exit is calledAlon Zakai
2012-02-18basic support for setjmp/longjmpAlon Zakai
2012-02-16fix bug with legalized i64 rounded additionAlon Zakai
2012-02-15handle singleton .a filesAlon Zakai
2012-02-15support compiling .so files directly in emccAlon Zakai
2012-02-14parse negative iBig numbersAlon Zakai
2012-02-14handle the case of the initial alloca being a variable oneAlon Zakai
2012-02-14Merge pull request #246 from adetaylor/atexit-fixAlon Zakai
Fix for order in which 'atexit' registered functions are called
2012-02-14disable files benchmark for nowAlon Zakai
2012-02-13actually return the valid pointer in dynamic castAlon Zakai
2012-02-12Adding test that atexit calls things in the right order.Adrian Taylor
2012-02-11fix test_emccAlon Zakai
2012-02-11fix test_readdirAlon Zakai
2012-02-11only support i64 mode 1 in ta2Alon Zakai
2012-02-11reminderAlon Zakai
2012-02-11fix test_casesAlon Zakai
2012-02-11remove variable eliminator in analyzer; we do that in the eliminator in -O1 ↵Alon Zakai
and above anyhow
2012-02-10Merge pull request #232 from FishingCactus/opengles_wipAlon Zakai
Opengles fixes
2012-02-09enforce strict order in multiple libraries generated in the test runner: the ↵Alon Zakai
order does matter
2012-02-09fix for bug with using old full pathnames when loading builds from cache in ↵Alon Zakai
test runner
2012-02-09Test for readdir fixjulien.hamaide
2012-02-09disable non-emcc runs in test_uncaught_exceptionAlon Zakai
2012-02-09Always pick the JS implementation of uncaught_exceptionEhsan Akhgari
2012-02-09Merge pull request #238 from ehsan/uncaught_exceptionAlon Zakai
Implement std::uncaught_exception()
2012-02-09Test for std::uncaught_exceptionEhsan Akhgari
2012-02-09Merge pull request #228 from ehsan/use_ar_upstreamAlon Zakai
Use emar for creating static libraries and ld for linking
2012-02-08Merge pull request #231 from ehsan/test_emcc_fixesAlon Zakai
Fix test_emcc
2012-02-08Fix test_emccEhsan Akhgari
2012-02-08re-enable now working test_istreamAlon Zakai
2012-02-08Add a test for handling of multiply defined symbolsEhsan Akhgari
2012-02-08Specify freetype after popplerEhsan Akhgari
This will make its symbols be picked up by the linker
2012-02-08Fix test_the_bulletEhsan Akhgari
We need to be careful about the order of libraries which we pass in
2012-02-08Fix test_openjpegEhsan Akhgari
2012-02-08Fix test_popplerEhsan Akhgari
2012-02-08Improve get_library() to create real library filesEhsan Akhgari
Also, enable caching of the libraries generated in tests in the new get_library implementation.
2012-02-08improve legalize testcase with a phiAlon Zakai
2012-02-07disable test_istream until it is fixedAlon Zakai
2012-02-07fix for unaligned stores of non-nativized doublesAlon Zakai
2012-02-07add files benchmarkAlon Zakai
2012-02-07Fix libcxx locale (now use emscripten mask table )julien.hamaide
2012-02-06update test_closure_compilerAlon Zakai
2012-02-06Merge pull request #219 from ehsan/mandatory_typed_arrays_2Alon Zakai
Disable WebGL if typed arrays are not being used.
2012-02-06Disable WebGL if typed arrays are not being used.Ehsan Akhgari
This fixes issue #195
2012-02-05fix bug with sscanf on negative floatsAlon Zakai
2012-02-05update test_stat and test_statvfsAlon Zakai
2012-02-05adjust test_gep_overflowAlon Zakai