Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-14 | use proper separator in va_argHandler; fixes #1705 | Alon Zakai | |
2013-10-13 | demangle arrays | Alon Zakai | |
2013-10-13 | add remaining basic demangle types | Alon Zakai | |
2013-10-13 | more demangle testing | Alon Zakai | |
2013-10-13 | demangle references | Alon Zakai | |
2013-10-12 | properly demangle cxxabi craziness | Alon Zakai | |
2013-10-12 | refactor out parsing of nested demangled runs | Alon Zakai | |
2013-10-12 | support demangling const | Alon Zakai | |
2013-10-12 | demangle basic templates | Alon Zakai | |
2013-10-12 | demangle some templates | Alon Zakai | |
2013-10-12 | work towards demangling of templates | Alon Zakai | |
2013-10-12 | demangle basic params | Alon Zakai | |
2013-10-12 | avoid crash in demangler with special operators | Alon Zakai | |
2013-10-11 | C++ demangle helper | Alon Zakai | |
2013-10-09 | update other.test_chunking | Alon Zakai | |
2013-10-09 | avoid X-(-Y) in js optimizer; fixes #1685 | Alon Zakai | |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai | |
2013-10-05 | change test_module_exports_with_closure to only execute the run_js test when ↵ | Fraser Adams | |
engine == NODE_JS, this test is really checking that the module.exports stuff works in node | |||
2013-10-05 | replaced tests/Module-exports in path_from_root with 'tests', ↵ | Fraser Adams | |
'Module-exports' to be more friendly multiple OSs | |||
2013-10-04 | Added test_module_exports_with_closure to tests/test_other.py, run with ↵ | Fraser Adams | |
./runner.py other.test_module_exports_with_closure | |||
2013-10-03 | update test_emcc | Alon Zakai | |
2013-09-30 | update test_outline | Alon Zakai | |
2013-09-23 | simplify chunk size determination in emscripten.py | Alon Zakai | |
2013-09-18 | Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() ↵ | Jukka Jylänki | |
to support linking .js files to executables, while doing dependency tracking on filestamp modifications. For more info, see https://groups.google.com/forum/#!topic/emscripten-discuss/uRbTIB62V7s . | |||
2013-09-13 | simplify other.test_llvm_nativizer to not rely on libc stuff | Alon Zakai | |
2013-09-10 | Update docs on test. | Jukka Jylänki | |
2013-09-10 | Fix previous merge. | Jukka Jylänki | |
2013-09-10 | Skip nmake test in test_cmake on Windows if PATH doesn't have nmake set up. | Jukka Jylänki | |
2013-09-10 | Add test that NMake works with CMake. Closes #1069. | Jukka Jylänki | |
2013-09-06 | Use logging.error() instead of print >> sys.stderr in test_cmake to report ↵ | Jukka Jylänki | |
errors. | |||
2013-09-06 | Document tests in test_cmake. | Jukka Jylänki | |
2013-09-04 | Adjust EM_BUILD_VERBOSE environment variable to take values 0,1,2 or 3, with ↵ | Jukka Jylänki | |
the following meanings: 0 - No verbose build. Emscripten will mute stdout and stderr invokations of external tools (configure, cmake, make). Stdout and stderr of those runs will be logged to file (the old mechanism) 1 - Print stderr. 2 - Print stderr and stdout. 3 - Print stderr and stdout, and invoke make with VERBOSE=1. | |||
2013-09-04 | Have test_cmake also test that running 'emconfigure cmake' works, in ↵ | Jukka Jylänki | |
addition to running cmake directly. | |||
2013-09-04 | Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in ↵ | Jukka Jylänki | |
the toolchain file. | |||
2013-09-04 | Fix other.test_cmake when EM_BUILD_VERBOSE is not defined. | Jukka Jylänki | |
2013-09-04 | Delete Emscripten_unix.cmake, the previous commit makes that obsolete! | Jukka Jylänki | |
2013-09-04 | Utilize EM_BUILD_VERBOSE in other.test_cmake. | Jukka Jylänki | |
2013-09-04 | Improve CMake toolchain file to use response files. Avoid the compiler ↵ | Jukka Jylänki | |
detection mechanism that could throw CMake off depending on what is in Windows PATH. Use CMAKE_EXECUTABLE_SUFFIX to specify whether to build .html or .js. | |||
2013-09-03 | support -E in emcc | Alon Zakai | |
2013-08-30 | disable test_stdin in node (temporarily) and v8 | Alon Zakai | |
2013-08-29 | run test_stdin in all JS_ENGINES | Anthony Pesch | |
2013-08-29 | - added tests for tcgetattr / tcsetattr | Anthony Pesch | |
- made test_stdin async to work in the node environment - clearerr should reset both eof and error indicators - fgetc was incorrectly setting the eof indicator. in cases where fread had errored with EAGAIN it was setting eof. I removed the set entirely, as there is no need for fgetc to even worry about it, fread will set the correct value in any case | |||
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 | |
cleared, and so cannot be safely run in parallel with other tests | |||
2013-08-22 | flatten switches in outliner | Alon Zakai | |
2013-08-19 | re-enabled non-asm.js shared lib support | Anthony Pesch | |
2013-08-11 | initial work on splitting up runner.py | Anthony Pesch | |