aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2012-02-05add preRun and postRun hooks in Module, and tweak FS initializationAlon Zakai
2012-02-04remove warning on relooper slowness - it is reasonably fast at this pointAlon Zakai
2012-02-04assert on FS.init being only called onceAlon Zakai
2012-02-03stop gles test from rendering after a while, to not eat up CPU until it is ↵Alon Zakai
manually stopped
2012-02-03enable full optimizations with bindings generatorAlon Zakai
2012-02-02optimize makeGet/SetValue to do 16-bit reads/writes when possibleAlon Zakai
2012-02-02fix negative i64 comparisonsAlon Zakai
2012-02-02accept empty bitcode files as valid bitcode filesAlon Zakai
2012-02-02fix for handling of suffixes in emccAlon Zakai
2012-02-02fix bug with using an implicit label in a phi more than onceAlon Zakai
2012-02-01llvm inlining support (disabled by default; enabled in benchmarks)Alon Zakai
2012-02-01use ta2 in benchmark suiteAlon Zakai
2012-02-01re-enable support for non-fixed i64 bitshiftsAlon Zakai
2012-02-01fix test_poppler and test_iostreamllvm-optsAlon Zakai
2012-02-01update remindersAlon Zakai
2012-02-01use floats in fasta benchmark (which in ta1 we were essentially doing anyhow)Alon Zakai
2012-02-01fix fasta bug that shows up in clangAlon Zakai