aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-09-29always run websockets test last because it hangs the test harnessAlon Zakai
2012-09-29Merge pull request #594 from larsxschneider/lars/add-split-optionAlon Zakai
Add emcc option "--split <size>" to split javascript file.
2012-09-28support ioctl-FIONREADAlon Zakai
2012-09-28improve websocket harnessAlon Zakai
2012-09-28improve websocket harnessAlon Zakai
2012-09-28refactor websockets harnessAlon Zakai
2012-09-28final fixes for websockets test, now passesAlon Zakai
2012-09-28fix websockify usage issues and add basic data readingAlon Zakai
2012-09-27workaround for websockify issue 63Alon Zakai
2012-09-27initial (not-yet-working) sockets implementationAlon Zakai
2012-09-27Fix assert output.Lars Schneider
2012-09-26autoguess ~/.emscripten values on first run, possibly fixes #593Alon Zakai
2012-09-26remove misleading top line in settings when copying it to ~/.emscriptenAlon Zakai
2012-09-26Merge pull request #581 from LCID-Fire/debian_clang_checkAlon Zakai
Extract check_clang_version into an own function and correct checking so...
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
Splits the resulting javascript file into pieces to ease debugging. This option only works if Javascript is generated (target -o <name>.js). Files with function declarations must be loaded before main file upon execution. Without "-g" option: Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js". With "-g" option: Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js".
2012-09-26browser test harness note about allowing popupsAlon Zakai
2012-09-26Use check_clang_version instead of hardcoding check.LCID Fire
2012-09-24force freetype detection in test_poppler, fixes it on machines that lack ↵Alon Zakai
freetype-config
2012-09-23Extract a function to build path to GL books' samples.LCID Fire
2012-09-22move settings.py to a less conspicuous place and rename it, to avoid confusionAlon Zakai
2012-09-21allow loading multiple asset bundles / outputs of file packagerAlon Zakai
2012-09-21Merge pull request #570 from ysangkok/for-upstreamAlon Zakai
don't pass EMCC specific flags on when configuring using clang
2012-09-20add more slack in test_s3tc_crunchAlon Zakai
2012-09-20fix gl tests for intel hd gpusAlon Zakai
2012-09-20add conftest.c flag passing test and use right indentingJanus
2012-09-19optimize reftestsAlon Zakai
2012-09-19fix test_sdl_mouseAlon Zakai
2012-09-19fix test_gcAlon Zakai
2012-09-17add void* argument to emscripten_async_call and ↵Alon Zakai
emscripten_push_main_loop_blocker
2012-09-13clearer error message when a crucial llvm tool is missing, and force sanity ↵Alon Zakai
checks in EMCC_DEBUG mode
2012-09-11enable test_segfault only with ta2, because otherwise SAFE_HEAP means type ↵Alon Zakai
checks which hide segfaults
2012-09-11fix test_casesAlon Zakai
2012-09-11compress type info of zeroinitializers in ta2Alon Zakai
2012-09-09check for segfaults in SAFE_HEAPAlon Zakai
2012-09-05Merge pull request #559 from stechz/incomingAlon Zakai
Bitshift optimizer anticipates fns with switches
2012-09-05typeid improvementsAlon Zakai
2012-09-05Bitshift optimizer anticipates fns with switchesBenjamin Stover
Conflicts: AUTHORS
2012-09-05add more inet testsAlon Zakai
2012-09-04fixed htonlMokhtar Naamani
2012-08-30--clear-cache optionAlon Zakai
2012-08-30fix test_atoXAlon Zakai
2012-08-30support for SDL_QUIT eventAlon Zakai
2012-08-29fix key event test frameworkAlon Zakai
2012-08-29fix extension of non-i32s to >i32sAlon Zakai
2012-08-27clean up atoX a little and add testingAlon Zakai
2012-08-25disable test_randAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-08-24check for additional stack allocations and varargs in the whole function, ↵Alon Zakai
not just the first block. fixes #544
2012-08-18warn on -I and -L to absolute paths, which may be to local system ↵Alon Zakai
headers/libraries that are not portable
2012-08-14fix sign checks in strncasecmp and memcmpAlon Zakai