index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_other.py
Age
Commit message (
Expand
)
Author
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 er...
Jukka Jylänki
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
2013-09-04
Have test_cmake also test that running 'emconfigure cmake' works, in addition...
Jukka Jylänki
2013-09-04
Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in th...
Jukka Jylänki
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 detect...
Jukka Jylänki
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
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-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