index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_core.py
Age
Commit message (
Expand
)
Author
2014-07-22
make environ work by itself; fixes #2557
Alon Zakai
2014-07-22
update test_env
Alon Zakai
2014-07-22
remove no longer needed bad_exception hack; fixes #2560; 1.21.6
Alon Zakai
2014-07-21
disable some exceptions tests in s_x_x
Alon Zakai
2014-07-21
make test_exceptions_white_list more robust
Alon Zakai
2014-07-21
build enough of libcxxabi to support bad_typeid without undefined symbols; 1....
Alon Zakai
2014-07-17
clean up some old comments
Alon Zakai
2014-07-17
strsignal; 1.21.4; fixes #2532
Alon Zakai
2014-07-16
disable test_emscripten_api in s_x_x
Alon Zakai
2014-07-10
allow cwrap calls to not specify argTypes if no args; fixes #2511
Alon Zakai
2014-07-10
build libcxxabi exception.cpp; 1.21.3
Alon Zakai
2014-07-09
remove obsolete test_async_exit
Alon Zakai
2014-07-09
move check for noExitRuntime into exit(), and fix up tests
Alon Zakai
2014-07-03
emit memory initialization file by default in -O2+
Alon Zakai
2014-07-03
disable test_math_lgamma in non-fastcomp
Alon Zakai
2014-06-26
many tests depend on commands failing
Chad Austin
2014-06-25
export Runtime.add|removeFunction; fixes #2446
Alon Zakai
2014-06-23
support /dev/[u]random, fixes #2439
Alon Zakai
2014-06-17
Add test case for empty path
Sathyanarayanan Gunasekaran
2014-06-11
add test case for checking file append
Sathyanarayanan Gunasekaran
2014-06-10
Merge pull request #2412 from juj/test_js_libraries_in_core
Alon Zakai
2014-06-10
We don't seem to have tests for --js-library in core suite, so move other.tes...
Jukka Jylänki
2014-06-09
Merge pull request #2406 from juj/typedarray_memfs
Alon Zakai
2014-06-09
do not modify textual memory initializer when emitting source maps, as it mes...
Alon Zakai
2014-06-05
Fix test_fwrite_0 syntax error in s_ modes after previous change.
Jukka Jylänki
2014-06-05
Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ...
Jukka Jylänki
2014-06-05
Use typed arrays instead of normal JS arrays to back files in the MEMFS files...
Jukka Jylänki
2014-06-04
Add test case for phi node handling in SIMD path
Ningxin Hu
2014-06-02
Merge pull request #2364 from juj/musl_stdio
Alon Zakai
2014-06-02
fix very large doubles; fixes #2392
Alon Zakai
2014-05-28
add emscripten_align typedefs for #2378
Alon Zakai
2014-05-28
fix case of exceptions whitelist being empty
Alon Zakai
2014-05-28
fix slow2asm.test_dlfcn_self
Alon Zakai
2014-05-28
fix asm2.test_memorygrowth
Alon Zakai
2014-05-27
fix ccall regex for minified code, and add testing
Alon Zakai
2014-05-27
set MAX_SETJMPS to fastcomp; 1.18.4
1.18.4
Alon Zakai
2014-05-23
enable test_longjmp_repeat in fastcomp
Alon Zakai
2014-05-23
fix bug in setjmp limit testing; helps #2379
Alon Zakai
2014-05-23
Test s_0_0.test_dlfcn_stacks needs ta2.
Jukka Jylänki
2014-05-23
Disable testing the x86 triple i386-pc-linux-gnu in asm2.test_cube2hash, that...
Jukka Jylänki
2014-05-23
Fix test_cases to run after previous musl changes.
Jukka Jylänki
2014-05-23
Skip sprintf-accessing tests on s_ suites that require linking to libc.
Jukka Jylänki
2014-05-23
Skip the sscanf-requiring tests in suites that don't link to musl libc.
Jukka Jylänki
2014-05-22
Fix test_dlmalloc in s_*_* modes by enabling the sign corrections in the whol...
Jukka Jylänki
2014-05-21
Fix test breakages in s_* suites after musl_charfuncs merge.
Jukka Jylänki
2014-05-15
test for #2358
Alon Zakai
2014-05-08
comment for massive
Alon Zakai
2014-05-08
Merge pull request #2311 from fadams/fix-64bit-long-return-issue
Alon Zakai
2014-05-08
add two fuzz testcases related to stack coloring
Alon Zakai
2014-05-07
disable test_fs_writeFile in non-emcc modes
Alon Zakai
[next]