Skip to content

Commit 6f7bf0d

Browse files
committed
One more addition to run instructions.
1 parent 0010f36 commit 6f7bf0d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ This github repository adds Emscripten testing harness for pthreads. To run the
129129

130130
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)
131131
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.
136+
7. Run 'run_all_tests.py'

0 commit comments

Comments
 (0)