From: Abigail Date: Tue, 23 Apr 2002 11:35:54 +0000 (+0200) Subject: Re: [PATCH abigail.t] another portability attempt X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a6f1faa1a54748adb6002f69b57a974dae5d24a;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH abigail.t] another portability attempt Message-ID: <20020423113554.A25149@gatekeeper.osp.nl> p4raw-id: //depot/perl@16105 --- diff --git a/t/japh/abigail.t b/t/japh/abigail.t index b4c4c8d..2ece031 100644 --- a/t/japh/abigail.t +++ b/t/japh/abigail.t @@ -3,6 +3,18 @@ # # Tests derived from Japhs. # +# These test use obscure features of Perl, or surprising combinations +# of features. The tests were added because in the past, they have +# exposed several bugs in Perl. +# +# Some of these tests may actually (mis)use bugs or use undefined behaviour. +# These tests are still useful - behavioural changes or bugfixes will be +# noted, and a remark can be put in the documentation. (Don't forget to +# disable the test!) +# +# Getting everything to run well on the myriad of platforms Perl runs on +# is unfortunally, not a trivial task. +# BEGIN { if (ord("A") == 193) {