diff options
author | Abigail <abigail@abigail.be> | 2002-04-23 13:35:54 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-23 13:46:31 +0000 |
commit | 5a6f1faa1a54748adb6002f69b57a974dae5d24a (patch) | |
tree | 3e55f4c6367778afb7b38faf94ad055a87b346f5 /t/japh | |
parent | 2ea608c3f78bc6db4c0ea609ab28e63d259f73ee (diff) | |
download | perl-5a6f1faa1a54748adb6002f69b57a974dae5d24a.tar.gz |
Re: [PATCH abigail.t] another portability attempt
Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
p4raw-id: //depot/perl@16105
Diffstat (limited to 't/japh')
-rw-r--r-- | t/japh/abigail.t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/japh/abigail.t b/t/japh/abigail.t index b4c4c8d159..2ece031f03 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) { |