You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ This github repository adds Emscripten testing harness for pthreads. To run the
129
129
130
130
1. Adjust the Firefox Nightly pref dom.workers.maxPerDomain in about:config to at least 40 to allow that many simultaneous threads to run (some tests need it)
131
131
2. Prepare Firefox Nightly prefs to be emrun-friendly by setting http://kripken.github.io/emscripten-site/docs/compiling/Running-html-files-with-emrun.html#running-web-pages-in-firefox
132
-
3. Add directory posixtestsuite/emcc/ to PATH.
133
-
4. Navigate to posixtestsuite/conformance/interfaces/ as the current directory.
134
-
5. Make sure to close all existing instanced of Firefox tabs and processes, because the test runner will forcibly terminate browser processes during the run.
135
-
6. Run 'run_all_tests.py'
132
+
3. Edit the file posixtestsuite/emcc/run_emcc_tests.py and configure the --browser=xx directive in the invocation of the 'emrun' cmd (line 24) to point to your pthreads-enabled Firefox Nightly build.
133
+
4. Add directory posixtestsuite/emcc/ to PATH.
134
+
5. Navigate to posixtestsuite/conformance/interfaces/ as the current directory.
135
+
6. Make sure to close all existing instanced of Firefox tabs and processes, because the test runner will forcibly terminate browser processes during the run.
0 commit comments