aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-06-17Merge pull request #1286 from michaeljbishop/looping-audio-testAlon Zakai
Added test for SDL_Mix that includes looping audio.
2013-06-13do not eliminate dead code in EXPORT_ALLAlon Zakai
2013-06-13Added test for SDL_Mix that includes looping audio.Michael Bishop
The test demonstrates that looping produces gaps in the sound.
2013-06-10fix test_relooperAlon Zakai
2013-06-08 - Fix for mod property of SDL key eventsAnthony Pesch
- Added misc SDL functions (SDL_GetKeyName, SDL_GetAppState, SDL_SetGammaRamp) - Added modifiers to test_sdl_key
2013-06-08Don't use the host machine's shared object extensionAnthony Pesch
2013-06-07lua commentAlon Zakai
2013-06-07allow building only in test runnerAlon Zakai
2013-06-07Make lrint more correct. Closes #1265.Jez Ng
2013-06-07eliminate loop helper variablesAlon Zakai
2013-06-06move asm loop optimization into last phaseAlon Zakai
2013-06-05Fix typo.Jez Ng
2013-06-04Merge pull request #1246 from int3/sscanf-capsAlon Zakai
Add test for uppercase format specifiers in sscanf.
2013-06-04Add test for capitalized sscanf format specifiers.Jez Ng
2013-06-04Merge branch 'incoming' of github.com:kanaka/emscripten into incomingAlon Zakai
2013-06-04Merge pull request #1225 from inolen/errnoAlon Zakai
synced library.js errno codes with sys/errno.h
2013-06-04Updated tests to reflect new error valuesAnthony Pesch
2013-06-03Fix frexp does not accept negative numbersFrits Talbot
Add frexp unit tests
2013-06-03Merge pull request #1236 from juj/skip_test_symlinkAlon Zakai
Skip other.test_symlink on Windows, since it doesn't have them.
2013-06-03disable strotoll tests in s_x_xAlon Zakai
2013-06-03make test_statvfs more robustAlon Zakai
2013-06-03disable some test_cases tests in s_x_xAlon Zakai
2013-06-03fix whitespace changes that broke some testsAlon Zakai
2013-06-03Skip other.test_symlink on Windows, since it doesn't have them. NTFS does ↵Jukka Jylänki
have junction points, but it's a rather rarely used feature, and not a common dev aid like it is for linux/osx users.
2013-06-02create /dev/null; issue #1226Alon Zakai
2013-05-30do not use gl emulation code in es2 emulation mode, to avoid confusing lack ↵Alon Zakai
of a bound buffer between them
2013-05-30Merge branch 'texenv' of github.com:jdashg/emscripten into incomingAlon Zakai
2013-05-30handle illegal mathops in processMathop; valid for <64 bits in some casesAlon Zakai
2013-05-30handle phi loops properlyAlon Zakai
2013-05-29Merge branch 'fs_destination' of github.com:juj/emscripten into incomingAlon Zakai
2013-05-29This fixes various strtoll/strtol issues, including testsSoeren Balko
2013-05-28add std::exception testcaseAlon Zakai
2013-05-25improve test_llvmswitchAlon Zakai
2013-05-25tiny bit more embind testingAlon Zakai
2013-05-25additional embind testingAlon Zakai
2013-05-25Add browser unit tests to guarantee new src@dst file system packaging syntax ↵Jukka Jylänki
feature.
2013-05-25Fix browser.test_preload_file absolute paths on windows. The test would ↵Jukka Jylänki
create a string "c:\path\file.txt", where clang would regard path separators as escape characters.
2013-05-24handle globals with no value and no zeroinitAlon Zakai
2013-05-23properly expand response files in EXPORTED_FUNCTIONS, which is used before ↵Alon Zakai
compiler.js
2013-05-23support relative paths in -s KEY=@pathAlon Zakai
2013-05-23handle ./ in file packagingAlon Zakai
2013-05-23add linpack benchmarkAlon Zakai
2013-05-23actually implement clock_gettime()Alon Zakai
2013-05-22handle dynamic indexes properly, even out of bounds, for array gep lookups; ↵Alon Zakai
fixes #865
2013-05-21fix test_sdl_audioAlon Zakai
2013-05-21disable closure in some non-asm tests where it fails to properly minify ↵Alon Zakai
Math.imul
2013-05-21Unleash the 4k alignment of mmap() in the test_mmap().tingyuan
2013-05-21Merge pull request #1105 from azmeuk/symlinkAlon Zakai
Symlink support
2013-05-21Merge pull request #1195 from inolen/longjmp_signedAlon Zakai
trigger setjmp on negative values
2013-05-21fix __errno_locationAlon Zakai