diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-05 22:00:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-05 22:00:58 (GMT) |
commit | aa01137e0e936cc97ab7ba3c80ab39b7772938f0 (patch) | |
tree | 56e6c4e66ddff63d098281e220a414f4d18ffc04 /tests | |
parent | c5ef7f0df97b7cc9452e449957462cd0dbbe373c (diff) | |
parent | 4fa8d0b58071c8c666a320ef21813e12303c3564 (diff) | |
download | tcl-aa01137e0e936cc97ab7ba3c80ab39b7772938f0.zip tcl-aa01137e0e936cc97ab7ba3c80ab39b7772938f0.tar.gz tcl-aa01137e0e936cc97ab7ba3c80ab39b7772938f0.tar.bz2 |
Mark unixforkevent-1.1 nonPortable, until proven on more platforms.
Make sure that when testing for pthread_atfork the thread library is taken into account.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixForkEvent.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixForkEvent.test b/tests/unixForkEvent.test index cbe582e..120f362 100644 --- a/tests/unixForkEvent.test +++ b/tests/unixForkEvent.test @@ -16,7 +16,7 @@ testConstraint testfork [llength [info commands testfork]] # Test if the notifier thread is well initialized in a forked interpreter # by Tcl_InitNotifier test unixforkevent-1.1 {fork and test writeable event} \ - -constraints testfork \ + -constraints {testfork nonPortable} \ -body { set myFolder [makeDirectory unixtestfork] set pid [testfork] |