aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-04fix some test failuresChad Austin
2013-03-04fix test_structbyvalAlon Zakai
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-04disable csmith js logging by defaultAlon Zakai
2013-03-04options to save files in csmith driverAlon Zakai
2013-03-04rename test to avoid grep for 'error' to see itAlon Zakai
2013-03-03do not emit bash on legalized variables of <= 32 bitsAlon Zakai
2013-03-03disable test_dlmalloc, it is not comparable to native due to syscalls anyhowAlon Zakai
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-03-03fix test_cases/inttoptrfloat.llAlon Zakai
2013-03-03Merge pull request #846 from juj/dlmalloc_286Alon Zakai
2013-03-03parse volatile in cmpxchg, closes #875Alon Zakai
2013-03-03allow parseArbitraryInt to parse illegal constantsAlon Zakai
2013-03-02more atomic implementations, closes #874Alon Zakai
2013-03-02continue looking in fuzzer after a failAlon Zakai
2013-03-02check in fuzzer if clang differs from clang -O2Alon Zakai
2013-03-02set csmith fuzzer to maxAlon Zakai
2013-03-02emit C code size in fuzzerAlon Zakai
2013-03-02fix another memset fuzz bugAlon Zakai
2013-03-02fix memset bugAlon Zakai
2013-03-02Merge pull request #883 from MichaelRiss/perrorFixAlon Zakai
2013-03-02fuzz both a native and a native-through-llvm build, in hopes of avoiding bugs...Alon Zakai
2013-03-02notice segfaults in native fuzz buildsAlon Zakai
2013-03-02fuzz through bytecode, so the native build is 32-bit even on 64-bit systems, ...Alon Zakai
2013-03-01do not use packed structs in fuzzer, we don't really support thatAlon Zakai
2013-03-01optimize processing of things like false & constant, add getFastValue in make...Alon Zakai
2013-03-01update csmith driverAlon Zakai
2013-03-01do not emit code in a label after a returnfailAlon Zakai
2013-03-01abort on loads from absolute addresses, just like savesAlon Zakai
2013-03-01make intentional faults work in asmAlon Zakai
2013-03-01add another testcaseAlon Zakai
2013-03-01handle calls to aliases in asmAlon Zakai
2013-02-28add testing for registerize running in asm.js mode (but not with -g)Alon Zakai
2013-02-28do not emit floats from getFastValue divisions, can break asmAlon Zakai
2013-02-28fix test_exceptionsAlon Zakai
2013-02-28test fixesAlon Zakai
2013-02-28fix test_white_list_exceptionAlon Zakai
2013-02-28fix test_uncaught_exceptionAlon Zakai
2013-02-28fix test_exit_stackAlon Zakai
2013-02-28fix test_exceptionsAlon Zakai
2013-02-28test updatesAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-28disable llvm lto except for -O3, due to issues we have been seeingAlon Zakai
2013-02-28added missing test caseMichael Riss
2013-02-27fix and enable gles2 testsAlon Zakai
2013-02-27comment out hardcoded debug pathsAlon Zakai
2013-02-27Merge pull request #889 from ehsan/sdl_textinputAlon Zakai
2013-02-27add the rest of the gles2 emulation testsAlon Zakai
2013-02-27Implement SDL_TEXTINPUTEhsan Akhgari
2013-02-27add preparations for gles2 emulation testsAlon Zakai