File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ AUTOMAKE_OPTIONS = serial-tests subdir-objects
6
6
7
7
noinst_LTLIBRARIES =libbsdtests.la
8
8
9
- libbsdtests_la_SOURCES = \
10
- bsdtests.c \
11
- bsdtests.h \
9
+ libbsdtests_la_SOURCES = \
10
+ bsdtests.c \
11
+ bsdtests.h \
12
12
dispatch_test.c \
13
13
dispatch_test.h
14
14
@@ -23,27 +23,27 @@ UNPORTED_TESTS= \
23
23
dispatch_deadname \
24
24
dispatch_proc \
25
25
dispatch_vm \
26
- dispatch_vnode \
27
- dispatch_select
26
+ dispatch_vnode
28
27
29
28
PORTED_TESTS_FAILED = \
30
- dispatch_group \
31
29
dispatch_priority \
32
- dispatch_priority2 \
30
+ dispatch_priority2
31
+
32
+ PORTED_TESTS_PASSED = \
33
+ dispatch_select \
33
34
dispatch_concur \
34
35
dispatch_context_for_key \
35
36
dispatch_read \
36
37
dispatch_read2 \
37
38
dispatch_readsync \
38
39
dispatch_io \
39
- dispatch_io_net
40
-
41
- PORTED_TESTS_PASSED = \
40
+ dispatch_io_net \
41
+ dispatch_group \
42
42
dispatch_apply \
43
43
dispatch_api \
44
44
dispatch_c99 \
45
45
dispatch_debug \
46
- dispatch_queue_finalizer \
46
+ dispatch_queue_finalizer \
47
47
dispatch_overcommit \
48
48
dispatch_pingpong \
49
49
dispatch_plusplus \
You can’t perform that action at this time.
0 commit comments