summaryrefslogtreecommitdiffstats
path: root/bugscan.rb
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2022-07-19 14:13:07 -0700
committerDan Fandrich <dan@coneharvesters.com>2022-07-19 14:13:07 -0700
commit86891e680902635c0cc0b44f275572899de6f0d2 (patch)
treee03b013d4909e162a35a76ed6ae430ac57d41158 /bugscan.rb
parentba900033ffe354db87ee445b7fd708d6e3a9e5fc (diff)
downloadautobuild-86891e680902635c0cc0b44f275572899de6f0d2.tar
autobuild-86891e680902635c0cc0b44f275572899de6f0d2.tar.gz
autobuild-86891e680902635c0cc0b44f275572899de6f0d2.tar.bz2
autobuild-86891e680902635c0cc0b44f275572899de6f0d2.tar.xz
autobuild-86891e680902635c0cc0b44f275572899de6f0d2.zip
Fix detection regex for err_dynamicexception
Diffstat (limited to 'bugscan.rb')
-rw-r--r--bugscan.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugscan.rb b/bugscan.rb
index d117a8c..4f877c0 100644
--- a/bugscan.rb
+++ b/bugscan.rb
@@ -22,7 +22,7 @@ $bug_matches = {
"-unsafe-string is not available." => "err_ocamlunsafestring", # e.g. mp3packer
"multiple definition of" => "err_multipledefinition",
"scalar and rank-1" => "err_fortranscalarandrank",
- "ISO C\+\+17 does not allow dynamic exception specifications" => "err_dynamicexception", # e.g. advancecomp
+ "ISO C\\+\\+17 does not allow dynamic exception specifications" => "err_dynamicexception", # e.g. advancecomp
"contains a standard '/usr/lib" => "err_rpath", # e.g. gnokii
"'check-rpaths' detected a broken RPATH OR RUNPATH" => "err_rpath", # e.g. lame
"Failed to load XMvn configuration" => "err_wmvnconfig", # e.g. junitperf