Skip to content

Commit 1dd4a1c

Browse files
committed
Merge branch 'main' into roll-and-repoint-tests
2 parents abd2580 + 3b22cd6 commit 1dd4a1c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ def configure(data_dir):
116116
"""Chrome has no special configuration step."""
117117

118118

119+
# N.b. The earliest Firefox version that can run multithreaded browser harness
120+
# is Firefox 67. If you need to test earlier Firefox versions, use EMTEST_CORES=1
121+
# environment variable to revert to the single-threaded browser harness.
119122
class FirefoxConfig:
120123
data_dir_flag = '-profile '
121124
default_flags = ('-new-instance',)

test/other/test_symbol_map.O3.symbols

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
2:middle
44
3:main
55
4:foo::cpp_func(int)
6-
5:emscripten_stack_get_current
7-
6:_emscripten_stack_restore
8-
7:__wasm_call_ctors
6+
5:__wasm_call_ctors

0 commit comments

Comments
 (0)