aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-05-02fixes strcat so that it returns the correct valueTom Fairfield
It should return the "dest" pointer that was passed in. test_strings has been updated with a test for the correct behavior.
2013-05-02fix sanity.test_emccAlon Zakai
2013-05-02fix test_firstrunAlon Zakai
2013-05-02ensure floats in varargsAlon Zakai
2013-05-02check sanity later in test runner, so we can know env settings, and do not ↵Alon Zakai
needless tear down le32 stuff
2013-05-01unpress keys when losing focusAlon Zakai
2013-05-01require -g with jcache, fixes test_jcacheAlon Zakai
2013-05-01Merge branch 'newtriple' into incomingAlon Zakai
2013-04-30fix benchmarksAlon Zakai
2013-04-30use target in test runner library cacheAlon Zakai
2013-04-30fix le32 detection in test runnerAlon Zakai
2013-04-30simplify compiler flags in test runner, now that we use emccAlon Zakai
2013-04-30use emcc in test runner to compile to bitcode, to make sure it gets the ↵Alon Zakai
target right
2013-04-30add support for changing the llvm target using EMCC_LLVM_TARGET in the envAlon Zakai
2013-04-30store target in sanity file, so changing it causes the cache to be flushedAlon Zakai
2013-04-30Use isfinite() instead of finite().Bruce Mitchener
finite() was from BSD days, isfinite() is the standard now.
2013-04-29add glew test and some degree of supportAlon Zakai
2013-04-29do not get confused by local vars that alias names of library functions, and ↵Alon Zakai
are used as function pointers
2013-04-29add python le32 bitcode file + instructionsAlon Zakai
2013-04-29make lua test build from sourceAlon Zakai
2013-04-29disable test_dlmalloc_partial_2 with CHECK_HEAP_ALIGN, like SAFE_HEAPAlon Zakai
2013-04-29disable test_lua in le32Alon Zakai
2013-04-29align struct fields to 64-bit in le32Alon Zakai
2013-04-29disable test_unaligned in le32Alon Zakai
2013-04-29autofail test_unalignedAlon Zakai
2013-04-29add heap alignment checks to asm1Alon Zakai
2013-04-29use fasta namesAlon Zakai
2013-04-29add benchmark.test_fasta_double_full, with DOUBLE_MODE=1Alon Zakai
2013-04-29enable benchmark.test_fasta_double to test handling of doublesAlon Zakai
2013-04-29update test_structbyvalAlon Zakai
2013-04-29update test_pythonAlon Zakai
2013-04-29update test_varargs_byvalAlon Zakai
2013-04-29update test_unalignedAlon Zakai
2013-04-29update test_pystructAlon Zakai
2013-04-29Merge pull request #1114 from waywardmonkeys/wrong-int64-typeAlon Zakai
Use the standard int64_t rather than __int64_t.
2013-04-29Merge pull request #1113 from waywardmonkeys/missing-stdint-includesAlon Zakai
Include <stdint.h> to use int64_t.
2013-04-29Merge pull request #1111 from waywardmonkeys/use_va_copyAlon Zakai
Use va_copy (C99) instead of __va_copy (GNU ext).
2013-04-29Merge pull request #1110 from waywardmonkeys/fix_test_799_include_pathAlon Zakai
This header is <arpa/inet.h>, not <net/arpa/...>
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-29update benchmarksAlon Zakai
2013-04-29Use the standard int64_t rather than __int64_t.Bruce Mitchener
2013-04-29Include <stdint.h> to use int64_t.Bruce Mitchener
2013-04-29Use va_copy (C99) instead of __va_copy (GNU ext).Bruce Mitchener
musl libc headers don't have __va_copy as it is a GNU extension and hasn't been needed for over a decade.
2013-04-29This header is <arpa/inet.h>, not <net/arpa/...>Bruce Mitchener
2013-04-28do not swallow exceptions in invoke_* that are not C++ exceptions or longjmpAlon Zakai
2013-04-26update benchmarks to have 0 be just start upAlon Zakai
2013-04-26update test_emccAlon Zakai
2013-04-26fix test_llvm_nativizerAlon Zakai
2013-04-26fix test_runtimelink_multiAlon Zakai
2013-04-26refactor missing symbol testsAlon Zakai