ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/mktest
(Generate patch)

Comparing AnyEvent/mktest (file contents):
Revision 1.1 by root, Sun Aug 14 20:33:24 2011 UTC vs.
Revision 1.3 by root, Wed Apr 4 02:18:30 2012 UTC

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(
8cat <<EOF 8cat <<EOF
961_fltk AnyEvent::Impl::FLTK2 961_fltk AnyEvent::Impl::FLTK
1062_cocoa AnyEvent::Impl::Cocoa 1062_cocoa AnyEvent::Impl::Cocoa
1163_eventlib AnyEvent::Impl::EventLib 1163_eventlib AnyEvent::Impl::EventLib
1264_glib AnyEvent::Impl::Glib 1264_glib AnyEvent::Impl::Glib
1365_event AnyEvent::Impl::Event 1365_event AnyEvent::Impl::Event
1466_ioasync AnyEvent::Impl::IOAsync 1466_ioasync AnyEvent::Impl::IOAsync
28 /" \ 28 /" \
29 >t/"$base"_$t 29 >t/"$base"_$t
30 done 30 done
31done 31done
32 32
33rm -f t/63_eventlib_02_signals.t
34rm -f t/63_eventlib_03_child.t
35rm -f t/63_eventlib_07_io.t
36rm -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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines