forked from OSchip/llvm-project
Another attempt to fix papertrail-warnings.test on Windows bots by making expected message less case sensitive.
llvm-svn: 329008
This commit is contained in:
parent
cbec0269ba
commit
03fef3a42c
|
@ -8,7 +8,7 @@ CHECK: DW_AT_name {{.*}}"/Inputs/basic1.macho.x86_64.o"
|
|||
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/basic2.macho.x86_64.o"
|
|||
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/basic3.macho.x86_64.o"
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue