Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make test_poppler pass on Mac
|
|
Make test_openjpeg pass on Mac
|
|
Import shared.py properly
|
|
|
|
|
|
|
|
We need to do this dance because shared.py reassigns the global Settings
object to point to a new class, but because Python is lexically scoped,
the Settings global name in tests/runner.py would not get updated to
point to the new name, which would cause changes to Settings.FOO_BAR in
runner.py not be reflected in Settings.serialize() and therefore not
being passed down to emcc.
|
|
|
|
|
|
|
|
|
|
|
|
Fix string global name when use as a function parameter
|
|
Enable the EM_CONFIG environment variable to override ~/.emscripten
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit fixes issue #180.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the failure to launch files in a web browser on Mac.
|
|
|
|
|
|
Conflicts:
src/preamble.js
|
|
|
|
Make the test runner handle broken lli's correctly
|
|
|
|
|
|
|