Skip to content

Commit cc53824

Browse files
committed
tests/emscripten: disable the tests/threads/self.bas
- this hangs the test-suite on win32 hosts
1 parent 16b8e94 commit cc53824

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/threads/self.bas

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
#define ENABLE_CHECK_BUGS 0
66
#endif
77

8+
#if defined( __FB_JS__ )
9+
#define ENABLE_TEST ENABLE_CHECK_BUGS
10+
#else
11+
#define ENABLE_TEST 1
12+
#endif
13+
14+
#if ENABLE_TEST
15+
816
SUITE( fbc_tests.threads.self )
917

1018
'' Tests whether ThreadSelf in a created thread is equal to the
@@ -218,3 +226,5 @@ SUITE( fbc_tests.threads.self )
218226
END_TEST
219227
END_TEST_GROUP
220228
END_SUITE
229+
230+
#endif

0 commit comments

Comments
 (0)