Age | Commit message (Collapse) | Author |
|
|
|
nesting when the smaller is a dead end
|
|
|
|
|
|
|
|
|
|
relooper updates etc.
|
|
some stack overflows on large projects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Win test fixes
|
|
EM_SAVE_DIR=1 mode; fixes #684
|
|
|
|
emulated when we must
|
|
The previous code assert assumed to find a string 'Overflow|.*src.cpp:6 : 60 hits, %20 failures', but building on Windows gave a string of form 'Overflow|tmpCemscripten_tempCsrc.cpp:6 : 60 hits, %20 failures', i.e. prepending the path to the source file in the result. Now using a regex to accept both forms.
|
|
|
|
|
|
generated LLVM output. On Windows, the text outputted by LLVM varied somewhat, so testing for string containment instead works better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
could leak temporarily set environment variables.
|
|
environment variable EMMAKEN_JUST_CONFIGURE=1 if the test fails. This would cause all subsequent tests in the test runner to also fail.
|
|
terminator
|
|
|
|
|
|
|
|
|
|
Fix splitting on case-insensitive file systems
|
|
|