Skip to content

Commit 1affc73

Browse files
committed
Update lists of passing/failing tests in Makefile.am for Linux
Update grouping of passing/failing tests to represent current status and to match orginal order of test cases (avoids running test_select first, which takes a long time). Also update tests/.gitignore with additional generated files
1 parent dfa43cd commit 1affc73

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

tests/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.la
44
.libs
55
bsdtestharness
6+
bsdtestsummarize
67
dispatch
78
dispatch_after
89
dispatch_api
@@ -26,6 +27,7 @@ dispatch_queue_finalizer
2627
dispatch_read
2728
dispatch_read2
2829
dispatch_readsync
30+
dispatch_select
2931
dispatch_sema
3032
dispatch_starfish
3133
dispatch_suspend_timer

tests/Makefile.am

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,44 +22,44 @@ noinst_SCRIPTS=leaks-wrapper.sh
2222
UNPORTED_TESTS= \
2323
dispatch_deadname \
2424
dispatch_proc \
25-
dispatch_vm \
25+
dispatch_vm \
2626
dispatch_vnode
2727

28-
PORTED_TESTS_FAILED= \
29-
dispatch_priority \
30-
dispatch_priority2
28+
PORTED_TESTS_FAILED= \
29+
dispatch_concur
3130

32-
PORTED_TESTS_PASSED= \
33-
dispatch_select \
34-
dispatch_concur \
35-
dispatch_context_for_key \
36-
dispatch_read \
37-
dispatch_read2 \
38-
dispatch_readsync \
39-
dispatch_io \
40-
dispatch_io_net \
41-
dispatch_group \
31+
PORTED_TESTS_PASSED= \
4232
dispatch_apply \
4333
dispatch_api \
4434
dispatch_c99 \
4535
dispatch_debug \
46-
dispatch_queue_finalizer \
36+
dispatch_queue_finalizer \
37+
dispatch_group \
4738
dispatch_overcommit \
4839
dispatch_pingpong \
4940
dispatch_plusplus \
41+
dispatch_priority \
42+
dispatch_priority2 \
43+
dispatch_context_for_key \
44+
dispatch_read \
45+
dispatch_read2 \
5046
dispatch_after \
5147
dispatch_timer \
52-
dispatch_timer_short \
53-
dispatch_timer_timeout \
48+
dispatch_timer_short \
49+
dispatch_timer_timeout \
5450
dispatch_sema \
55-
dispatch_suspend_timer \
56-
dispatch_timer_bit31 \
57-
dispatch_timer_bit63 \
58-
dispatch_timer_set_time \
51+
dispatch_suspend_timer \
52+
dispatch_timer_bit31 \
53+
dispatch_timer_bit63 \
54+
dispatch_timer_set_time \
5955
dispatch_starfish \
6056
dispatch_cascade \
6157
dispatch_drift \
62-
dispatch_data
58+
dispatch_readsync \
59+
dispatch_data \
60+
dispatch_io \
61+
dispatch_io_net \
62+
dispatch_select
6363

6464
ORIGINAL_LIST_OF_TESTS= \
6565
dispatch_apply \

0 commit comments

Comments
 (0)