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
Age
Commit message (
Expand
)
Author
2013-08-31
remove temporary enet fix, and define gethostbyname_r in a header, so that we...
Alon Zakai
2013-08-31
- temp fix for test_enet
Anthony Pesch
2013-08-30
don't close client sockets by default in echo server enabling TCP teardown to...
Anthony Pesch
2013-08-30
disable test_stdin in node (temporarily) and v8
Alon Zakai
2013-08-30
fix test_emscripten_get_now
Alon Zakai
2013-08-30
fix use of NODE_JS in test_sockets
Alon Zakai
2013-08-30
Merge pull request #1557 from inolen/sockfs
Alon Zakai
2013-08-30
Remove compilation warnings on msvc10 tests. Add missing --preload-file direc...
Jukka Jylänki
2013-08-30
don't re-use ports between different harnesses
Anthony Pesch
2013-08-29
Merge pull request #1311 from juj/emscripten_get_now
Alon Zakai
2013-08-29
run test_stdin in all JS_ENGINES
Anthony Pesch
2013-08-29
updated test_stdin to work in SM shell
Anthony Pesch
2013-08-29
- added tests for tcgetattr / tcsetattr
Anthony Pesch
2013-08-29
Pass relative paths instead of absolute paths in Visual Studio include direct...
Jukka Jylänki
2013-08-29
emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ...
Jukka Jylänki
2013-08-29
- created SOCKFS
Anthony Pesch
2013-08-29
- added raw addr / hostname lookup support
Anthony Pesch
2013-08-29
- minor refactoring to new address translation functions to support better "...
Anthony Pesch
2013-08-28
Merge pull request #1567 from rharkeadsk/fix-device-permissions
Alon Zakai
2013-08-28
fix tests that check for code not changing, given the recent sorting of funct...
Alon Zakai
2013-08-28
Update remaining tests to use registerDevice/mkdev
Ranger Harke
2013-08-28
Update test_unistd_io to use registerDevice/mkdev
Ranger Harke
2013-08-28
Fix permissions set by FS.createDevice
Ranger Harke
2013-08-27
FS.loadFilesFromDB|saveFilesToDB
Alon Zakai
2013-08-27
fix test_cases/callwithstructural
Alon Zakai
2013-08-26
handle illegal values in structural constants in calls; fixes #1318
Alon Zakai
2013-08-26
handle structural constants in calls
Alon Zakai
2013-08-26
re-parse function types after types are fully analyzed, so we get the signatu...
Alon Zakai
2013-08-26
make headless test use its own file
Alon Zakai
2013-08-26
move test_nostdincxx from other to sanity, because it causes the cache to be ...
Alon Zakai
2013-08-26
Merge pull request #1525 from yukoba/pthread-specific
Alon Zakai
2013-08-26
Merge pull request #1507 from ToadKing/sdl-alpha-keys
Alon Zakai
2013-08-25
simplify test_dlfcn_basic
Alon Zakai
2013-08-25
Merge pull request #1556 from ToadKing/getcanvassize
Alon Zakai
2013-08-25
emscripten_get_canvas_size testcase
ToadKing
2013-08-24
test for closure+mem init file in a more focused manner
Alon Zakai
2013-08-24
emit memory init files when closure is run, fixes #1547
Alon Zakai
2013-08-24
Merge pull request #1551 from waywardmonkeys/fix_browser_test_issues
Alon Zakai
2013-08-24
improve test_html_source_map
Alon Zakai
2013-08-24
Should be fopen, not open.
Bruce Mitchener
2013-08-24
_GNU_SOURCE definition not needed.
Bruce Mitchener
2013-08-24
Include stdlib.h when using malloc().
Bruce Mitchener
2013-08-24
Fix browser.test_float_tex.
Bruce Mitchener
2013-08-24
Fix browser.test_emscripten_async_wget2.
Bruce Mitchener
2013-08-23
add USE_IFRAME define to support compiled servers
Anthony Pesch
2013-08-23
add inlining test in freetype
Alon Zakai
2013-08-23
minor fix to send in partial sockets test
Anthony Pesch
2013-08-23
fixed server down test
Anthony Pesch
2013-08-23
EM_ASM option for nicer inline assembly
Alon Zakai
2013-08-23
Merge pull request #1548 from waywardmonkeys/missing-checks-unistd-misc
Alon Zakai
[next]