Skip to content

Commit 6071e0b

Browse files
committed
cleanup test status
1 parent 50faff5 commit 6071e0b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/Makefile.am

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ AUTOMAKE_OPTIONS = serial-tests subdir-objects
66

77
noinst_LTLIBRARIES=libbsdtests.la
88

9-
libbsdtests_la_SOURCES= \
10-
bsdtests.c \
11-
bsdtests.h \
9+
libbsdtests_la_SOURCES= \
10+
bsdtests.c \
11+
bsdtests.h \
1212
dispatch_test.c \
1313
dispatch_test.h
1414

@@ -23,27 +23,27 @@ UNPORTED_TESTS= \
2323
dispatch_deadname \
2424
dispatch_proc \
2525
dispatch_vm \
26-
dispatch_vnode \
27-
dispatch_select
26+
dispatch_vnode
2827

2928
PORTED_TESTS_FAILED= \
30-
dispatch_group \
3129
dispatch_priority \
32-
dispatch_priority2 \
30+
dispatch_priority2
31+
32+
PORTED_TESTS_PASSED= \
33+
dispatch_select \
3334
dispatch_concur \
3435
dispatch_context_for_key \
3536
dispatch_read \
3637
dispatch_read2 \
3738
dispatch_readsync \
3839
dispatch_io \
39-
dispatch_io_net
40-
41-
PORTED_TESTS_PASSED= \
40+
dispatch_io_net \
41+
dispatch_group \
4242
dispatch_apply \
4343
dispatch_api \
4444
dispatch_c99 \
4545
dispatch_debug \
46-
dispatch_queue_finalizer \
46+
dispatch_queue_finalizer \
4747
dispatch_overcommit \
4848
dispatch_pingpong \
4949
dispatch_plusplus \

0 commit comments

Comments
 (0)