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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ SECTIONS:
7
7
5. How to Contribute
8
8
6. Who are you?
9
9
7. Disclaimer
10
+
8. Running Emscripten pthreads tests
10
11
11
12
12
13
@@ -120,3 +121,13 @@ Some like to say 'Nih!' from time to time ...
120
121
The Open POSIX Test Suite is not affiliated with the IEEE or The Open Group.
121
122
122
123
* POSIX (R) is a registered trademark of the IEEE
124
+
125
+
8. Running Emscripten pthreads tests
126
+
------------------------------------
127
+
128
+
This github repository adds Emscripten testing harness for pthreads. To run the Emscripten pthreads tests, perform the following:
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.
0 commit comments