… | |
… | |
4 | # that fail due to bugs in them. |
4 | # that fail due to bugs in them. |
5 | # also patches MANIFEST. |
5 | # also patches MANIFEST. |
6 | |
6 | |
7 | ( |
7 | ( |
8 | cat <<EOF |
8 | cat <<EOF |
9 | 61_fltk AnyEvent::Impl::FLTK2 |
9 | 61_fltk AnyEvent::Impl::FLTK |
10 | 62_cocoa AnyEvent::Impl::Cocoa |
10 | 62_cocoa AnyEvent::Impl::Cocoa |
11 | 63_eventlib AnyEvent::Impl::EventLib |
11 | 63_eventlib AnyEvent::Impl::EventLib |
12 | 64_glib AnyEvent::Impl::Glib |
12 | 64_glib AnyEvent::Impl::Glib |
13 | 65_event AnyEvent::Impl::Event |
13 | 65_event AnyEvent::Impl::Event |
14 | 66_ioasync AnyEvent::Impl::IOAsync |
14 | 66_ioasync AnyEvent::Impl::IOAsync |
… | |
… | |
28 | /" \ |
28 | /" \ |
29 | >t/"$base"_$t |
29 | >t/"$base"_$t |
30 | done |
30 | done |
31 | done |
31 | done |
32 | |
32 | |
33 | rm -f t/63_eventlib_02_signals.t |
|
|
34 | rm -f t/63_eventlib_03_child.t |
|
|
35 | rm -f t/63_eventlib_07_io.t |
|
|
36 | rm -f t/63_eventlib_09_multi.t |
|
|
37 | |
|
|
38 | ( |
33 | ( |
39 | grep -v ^t/6._ MANIFEST |
34 | grep -v ^t/6._ MANIFEST |
40 | for t in t/6?_*; do |
35 | for t in t/6?_*; do |
41 | echo $t |
36 | echo $t |
42 | done |
37 | done |