[llvm] r329008 - Another attempt to fix papertrail-warnings.test on Windows bots by making expected message less case sensitive.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 13:05:06 PDT 2018


Author: dyung
Date: Mon Apr  2 13:05:05 2018
New Revision: 329008

URL: http://llvm.org/viewvc/llvm-project?rev=329008&view=rev
Log:
Another attempt to fix papertrail-warnings.test on Windows bots by making expected message less case sensitive.

Modified:
    llvm/trunk/test/tools/dsymutil/X86/papertrail-warnings.test

Modified: llvm/trunk/test/tools/dsymutil/X86/papertrail-warnings.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/dsymutil/X86/papertrail-warnings.test?rev=329008&r1=329007&r2=329008&view=diff
==============================================================================
--- llvm/trunk/test/tools/dsymutil/X86/papertrail-warnings.test (original)
+++ llvm/trunk/test/tools/dsymutil/X86/papertrail-warnings.test Mon Apr  2 13:05:05 2018
@@ -8,7 +8,7 @@ CHECK:    DW_AT_name {{.*}}"/Inputs/basi
 CHECK:    DW_TAG_constant [2]
 CHECK:      DW_AT_name {{.*}}"dsymutil_warning"
 CHECK:      DW_AT_artificial [DW_FORM_flag]	(0x01)
-CHECK:      DW_AT_const_value {{.*}}"unable to open object file: No such file or directory"
+CHECK:      DW_AT_const_value {{.*}}"unable to open object file: {{[Nn]}}o such file or directory"
 CHECK:    NULL
 CHECK:  Compile Unit:
 CHECK:  DW_TAG_compile_unit [1] *
@@ -17,7 +17,7 @@ CHECK:    DW_AT_name {{.*}}"/Inputs/basi
 CHECK:    DW_TAG_constant [2]
 CHECK:      DW_AT_name {{.*}}"dsymutil_warning"
 CHECK:      DW_AT_artificial [DW_FORM_flag]	(0x01)
-CHECK:      DW_AT_const_value {{.*}}"unable to open object file: No such file or directory"
+CHECK:      DW_AT_const_value {{.*}}"unable to open object file: {{[Nn]}}o such file or directory"
 CHECK:    NULL
 CHECK:  Compile Unit:
 CHECK:  DW_TAG_compile_unit [1] *
@@ -26,5 +26,5 @@ CHECK:    DW_AT_name {{.*}}"/Inputs/basi
 CHECK:    DW_TAG_constant [2]
 CHECK:      DW_AT_name {{.*}}"dsymutil_warning"
 CHECK:      DW_AT_artificial [DW_FORM_flag]	(0x01)
-CHECK:      DW_AT_const_value {{.*}}"unable to open object file: No such file or directory"
+CHECK:      DW_AT_const_value {{.*}}"unable to open object file: {{[Nn]}}o such file or directory"
 CHECK:    NULL




More information about the llvm-commits mailing list