Skip to content

Update lists of passing/failing tests in Makefile.am for Linux #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.la
.libs
bsdtestharness
bsdtestsummarize
dispatch
dispatch_after
dispatch_api
Expand All @@ -26,6 +27,7 @@ dispatch_queue_finalizer
dispatch_read
dispatch_read2
dispatch_readsync
dispatch_select
dispatch_sema
dispatch_starfish
dispatch_suspend_timer
Expand Down
44 changes: 22 additions & 22 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,44 @@ noinst_SCRIPTS=leaks-wrapper.sh
UNPORTED_TESTS= \
dispatch_deadname \
dispatch_proc \
dispatch_vm \
dispatch_vm \
dispatch_vnode

PORTED_TESTS_FAILED= \
dispatch_priority \
dispatch_priority2
PORTED_TESTS_FAILED= \
dispatch_concur

PORTED_TESTS_PASSED= \
dispatch_select \
dispatch_concur \
dispatch_context_for_key \
dispatch_read \
dispatch_read2 \
dispatch_readsync \
dispatch_io \
dispatch_io_net \
dispatch_group \
PORTED_TESTS_PASSED= \
dispatch_apply \
dispatch_api \
dispatch_c99 \
dispatch_debug \
dispatch_queue_finalizer \
dispatch_queue_finalizer \
dispatch_group \
dispatch_overcommit \
dispatch_pingpong \
dispatch_plusplus \
dispatch_priority \
dispatch_priority2 \
dispatch_context_for_key \
dispatch_read \
dispatch_read2 \
dispatch_after \
dispatch_timer \
dispatch_timer_short \
dispatch_timer_timeout \
dispatch_timer_short \
dispatch_timer_timeout \
dispatch_sema \
dispatch_suspend_timer \
dispatch_timer_bit31 \
dispatch_timer_bit63 \
dispatch_timer_set_time \
dispatch_suspend_timer \
dispatch_timer_bit31 \
dispatch_timer_bit63 \
dispatch_timer_set_time \
dispatch_starfish \
dispatch_cascade \
dispatch_drift \
dispatch_data
dispatch_readsync \
dispatch_data \
dispatch_io \
dispatch_io_net \
dispatch_select

ORIGINAL_LIST_OF_TESTS= \
dispatch_apply \
Expand Down