@@ -136,7 +136,7 @@ def get_pthread_tests():
136
136
}
137
137
138
138
# Mark certain tests as flaky, which may sometimes fail.
139
- # TODO invesigate these tests.
139
+ # TODO investigate these tests.
140
140
flaky = {
141
141
'test_pthread_cond_signal_1_1' : 'flaky: https://github.com/emscripten-core/emscripten/issues/13283' ,
142
142
}
@@ -145,27 +145,7 @@ def get_pthread_tests():
145
145
disabled = {
146
146
** unsupported ,
147
147
** flaky ,
148
- 'test_pthread_create_11_1' : 'never returns' ,
149
- 'test_pthread_barrier_wait_2_1' : 'never returns' ,
150
148
'test_pthread_attr_setscope_5_1' : 'internally skipped (PTS_UNTESTED)' ,
151
- 'test_pthread_create_5_1' : 'never returns' ,
152
- 'test_pthread_exit_1_2' : 'never returns' ,
153
- 'test_pthread_exit_2_2' : 'never returns' ,
154
- 'test_pthread_exit_3_2' : 'never returns' ,
155
- 'test_pthread_exit_4_1' : 'never returns' ,
156
- 'test_pthread_getcpuclockid_1_1' : 'never returns' ,
157
- 'test_pthread_key_create_1_2' : 'never returns' ,
158
- 'test_pthread_rwlock_rdlock_1_1' : 'fails with "main: Unexpected thread state"' ,
159
- 'test_pthread_rwlock_timedrdlock_1_1' : 'fails with "main: Unexpected thread state"' ,
160
- 'test_pthread_rwlock_timedrdlock_3_1' : 'fails with "main: Unexpected thread state"' ,
161
- 'test_pthread_rwlock_timedrdlock_5_1' : 'fails with "main: Unexpected thread state"' ,
162
- 'test_pthread_rwlock_timedwrlock_1_1' : 'fails with "main: Unexpected thread state"' ,
163
- 'test_pthread_rwlock_timedwrlock_3_1' : 'fails with "main: Unexpected thread state"' ,
164
- 'test_pthread_rwlock_timedwrlock_5_1' : 'fails with "main: Unexpected thread state"' ,
165
- 'test_pthread_rwlock_wrlock_1_1' : 'fails with "main: Unexpected thread state"' ,
166
- 'test_pthread_rwlock_trywrlock_1_1' : 'fails with "main: Unexpected thread state"' ,
167
- 'test_pthread_spin_destroy_3_1' : 'never returns' ,
168
- 'test_pthread_spin_init_4_1' : 'never returns' ,
169
149
}
170
150
171
151
@@ -180,7 +160,7 @@ def f(self):
180
160
'-Wno-int-conversion' ,
181
161
'-sUSE_PTHREADS' ,
182
162
'-sEXIT_RUNTIME' ,
183
- '-sTOTAL_MEMORY=268435456 ' ,
163
+ '-sTOTAL_MEMORY=256mb ' ,
184
164
'-sPTHREAD_POOL_SIZE=40' ]
185
165
if browser :
186
166
# Only are only needed for browser tests of the was btest
0 commit comments