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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,9 @@ The Open POSIX Test Suite is not affiliated with the IEEE or The Open Group.
127
127
128
128
This github repository adds Emscripten testing harness for pthreads. To run the Emscripten pthreads tests, perform the following:
129
129
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.
0 commit comments