projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2e59a
)
porting/diag.t: Add comments
author
Karl Williamson
<public@khwilliamson.com>
Fri, 3 Jan 2014 16:17:14 +0000
(09:17 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 3 Jan 2014 16:21:34 +0000
(09:21 -0700)
t/porting/diag.t
patch
|
blob
|
history
diff --git
a/t/porting/diag.t
b/t/porting/diag.t
index
74267b4
..
45be785
100644
(file)
--- a/
t/porting/diag.t
+++ b/
t/porting/diag.t
@@
-672,6
+672,12
@@
Wrong syntax (suid) fd script name "%s"
'X' outside of string in unpack
__CATEGORIES__
+
+# This is a warning, but is currently followed immediately by a croak (toke.c)
Illegal character \%o (carriage return)
+
+# Because uses WARN_MISSING as a synonym for WARN_UNINITIALIZED (sv.c)
Missing argument in %s
+
+# This message can be both fatal and non-
False [] range "%s" in regex; marked by <-- HERE in m/%s/