diff options
| author | Kevin Ryde | 2011-07-03 23:39:49 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-03 23:39:49 +0200 |
| commit | 6cbbc20c42906f4751a63eb1b3c4556efd0ded61 (patch) | |
| tree | de849c0d55ea9e7e07caaa06c23df007eb7b880f /etc | |
| parent | 61436e9f418dc7e769f5c59ed884d9188520cca8 (diff) | |
| download | emacs-6cbbc20c42906f4751a63eb1b3c4556efd0ded61.tar.gz emacs-6cbbc20c42906f4751a63eb1b3c4556efd0ded61.zip | |
* progmodes/compile.el (compilation-error-regexp-alist-alist):
`perl-Test2' extend to match possible "fail #N" rep count
(bug#8377).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/compilation.txt | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index cbc267f71ba..ea3ef2767a9 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-03-29 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * compilation.txt (perl-Test2): New samples. | ||
| 4 | |||
| 1 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * tutorials/TUTORIAL.zh: Remove spurious ")" character on the | 7 | * tutorials/TUTORIAL.zh: Remove spurious ")" character on the |
diff --git a/etc/compilation.txt b/etc/compilation.txt index 8e19222143a..0eb3fe1bda2 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -496,6 +496,16 @@ symbol: perl--Test | |||
| 496 | 496 | ||
| 497 | # Failed test 1 in foo.t at line 6 | 497 | # Failed test 1 in foo.t at line 6 |
| 498 | 498 | ||
| 499 | * Perl Test.pm module error messages comparing two values | ||
| 500 | |||
| 501 | symbol: perl--Test2 | ||
| 502 | |||
| 503 | # Test 3 got: "99" (d-compilation-perl.t at line 29) | ||
| 504 | # Expected: "88" (my test name) | ||
| 505 | # d-compilation-perl.t line 29 is: ok(99,88,'my test name'); | ||
| 506 | |||
| 507 | # Test 6 got: "xx" (foo.t at line 33 fail #2) | ||
| 508 | # Expected: "yy" | ||
| 499 | 509 | ||
| 500 | * Perl Test::Harness output | 510 | * Perl Test::Harness output |
| 501 | 511 | ||