Skip to content

Commit 0010f36

Browse files
committed
Update run instructions.
1 parent 3141a85 commit 0010f36

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ The Open POSIX Test Suite is not affiliated with the IEEE or The Open Group.
127127

128128
This github repository adds Emscripten testing harness for pthreads. To run the Emscripten pthreads tests, perform the following:
129129

130-
1. Add directory posixtestsuite/emcc/ to PATH.
131-
2. Navigate to posixtestsuite/conformance/interfaces/ as the current directory.
132-
3. Make sure to close all existing instanced of Firefox tabs and processes, because the test runner will forcibly terminate browser processes during the run.
133-
4. Run 'run_all_tests.py'
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+
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'

0 commit comments

Comments
 (0)