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-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
2014-05-07
Add the testcase for https://github.com/kripken/emscripten/issues/2334 to the...
Dan Gohman
2014-05-02
Merge pull request #2330 from juj/fs-tracking
juj
2014-04-30
Merge pull request #2327 from chadaustin/embind-asmjs-precise-f32
Alon Zakai
2014-04-30
disable test_sscanf_hex in s_x_x
Alon Zakai
2014-04-30
Add unit test for FS.trackingDelegate operation.
Jukka Jylänki
2014-04-29
fix embind/asm.js in PRECISE_F32 mode
Chad Austin
2014-04-25
Merge pull request #2287 from chadaustin/embind-fastcomp-asm.js
Alon Zakai
2014-04-24
passes tests
Chad Austin
2014-04-24
enable embind/asm.js tests.
Chad Austin
2014-04-24
Committing the actual change now
Fraser Adams
2014-04-23
webidl binder
Alon Zakai
2014-04-17
disable a failing test due to an llvm lto bug
Alon Zakai
2014-04-14
Merge pull request #2291 from juj/spidermonkey_none
Alon Zakai
2014-04-14
Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify test runner...
Jukka Jylanki
2014-04-10
disable test_atomic_cxx in non-fastcomp
Alon Zakai
2014-04-10
enable test_atomic_cxx on everything but 64-bit operations; #2273
Alon Zakai
2014-04-09
start on c++11 atomics implementation and test; #2273
Alon Zakai
2014-04-07
Merge pull request #2256 from juj/more_musl
1.14.1
Alon Zakai
2014-04-01
fix mkdir on a path ending in a slash; fixes #2263 and #2258
Alon Zakai
2014-03-29
Skip s_0_0.test_strndup, s_0_0.test_strstr, s_0_0.test_unistd_ttyname tests s...
Jukka Jylänki
2014-03-27
fix test_files_m on latest spidermonkey, which shows more warnings
Alon Zakai
2014-03-10
restore some closure testing
Alon Zakai
2014-03-05
Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR.
Dan Gohman
2014-03-05
Disable emptyasm_aue, as inline asm is now diagnosed with an error.
Dan Gohman
2014-03-03
improve testing for statically incorrect calls
Alon Zakai
2014-03-03
disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct ...
Alon Zakai
2014-03-03
Tidy up and fix several tests in tests/cases.
Dan Gohman
2014-03-01
extra testing for ASSERTIONS == 2
Alon Zakai
2014-02-28
add a test for fastcomp issue 24
Alon Zakai
2014-02-27
fix test_source_map
Alon Zakai
2014-02-26
fix test_asmjs_unknown_emscripten
Alon Zakai
2014-02-26
fix test_fuzz in non-fastcomp
Alon Zakai
2014-02-26
use le32 target when fastcomp is disabled, so we do not need a fastcomp build...
Alon Zakai
2014-02-26
use le32 target in slow2[asm].test_sqlite; fixes #2160
Alon Zakai
2014-02-26
Merge pull request #2157 from rfk/rfk/fileno-error-reporting
Alon Zakai
2014-02-26
Ensure that fileno() returns -1 when given an invalid file pointer.
Ryan Kelly
2014-02-25
test multiple chunk sizes in cube2hash test
Alon Zakai
2014-02-25
Begin using the Emscripten toolchain in clang.
Dan Gohman
2014-02-25
Update the tests to use asmjs-unknown-emscripten.
Dan Gohman
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-21
fix test_scriptaclass
Alon Zakai
2014-02-21
fix test_files_m: do not put a variable called 'data' in the global scope
Alon Zakai
2014-02-21
fix s_x_x tests
Alon Zakai
2014-02-21
RUNTIME_TYPE_INFO is not supported in fastcomp
Alon Zakai
2014-02-21
adjust main test modes for fastcomp: remove asm2x86 except for one test, and ...
Alon Zakai
[next]