forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't set shared.Settings from test runners (emscripten-core#6801)
* Don't set shared.Settings from test runners, only serialize modifications * xrange -> range * Fix rebase * Remove re-added skip method * Show error on emcc Settings assertions * Remove redundant (not-actually-used-before) arg parsing code in test setup * Re-add removed code, use json.loads to parse the setting. Turns out we use these overrides from the test runner to get_settings based on default environment. Meaning, running the asm2 test suite would have self.get_setting('WASM') == 1, because wasm is default.
- Loading branch information
1 parent
0c8c9cd
commit badb580
Showing
4 changed files
with
416 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.