[llvm] r203997 - llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message catalog in ENOENT. It is locale-dependent on Windows.

NAKAMURA Takumi geek4civic at gmail.com
Fri Mar 14 19:32:22 PDT 2014


Author: chapuni
Date: Fri Mar 14 21:32:21 2014
New Revision: 203997

URL: http://llvm.org/viewvc/llvm-project?rev=203997&view=rev
Log:
llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message catalog in ENOENT. It is locale-dependent on Windows.

Modified:
    llvm/trunk/test/Transforms/SampleProfile/syntax.ll

Modified: llvm/trunk/test/Transforms/SampleProfile/syntax.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SampleProfile/syntax.ll?rev=203997&r1=203996&r2=203997&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SampleProfile/syntax.ll (original)
+++ llvm/trunk/test/Transforms/SampleProfile/syntax.ll Fri Mar 14 21:32:21 2014
@@ -11,7 +11,7 @@ entry:
   ret void
 }
 ; NO-DEBUG: error: No debug information found in function empty
-; MISSING-FILE: error: missing.prof: No such file or directory
+; MISSING-FILE: error: missing.prof:
 ; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found empty:100:BAD
 ; BAD-SAMPLE-LINE: error: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1: BAD
 ; BAD-LINE-VALUES: error: {{.*}}bad_line_values.prof:2: Expected 'mangled_name:NUM:NUM', found -1: 10





More information about the llvm-commits mailing list