mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 03:19:50 +00:00
Relax debug-map-parsing.test error message check for Windows
On Windows we get the string "no such file or directory". llvm-svn: 224141
This commit is contained in:
parent
17876438f0
commit
516fcdc230
@ -36,13 +36,13 @@ CHECK-LTO: END DEBUG MAP
|
||||
Check that we warn about missing object files (this presumes that the files aren't
|
||||
present in the machine's /Inputs/ folder, which should be a pretty safe bet).
|
||||
|
||||
NOT-FOUND: cannot open{{.*}}"/Inputs/basic1.macho.x86_64.o": No such file
|
||||
NOT-FOUND: cannot open{{.*}}"/Inputs/basic2.macho.x86_64.o": No such file
|
||||
NOT-FOUND: cannot open{{.*}}"/Inputs/basic3.macho.x86_64.o": No such file
|
||||
NOT-FOUND: cannot open{{.*}}"/Inputs/basic1.macho.x86_64.o": {{[Nn]o}} such file
|
||||
NOT-FOUND: cannot open{{.*}}"/Inputs/basic2.macho.x86_64.o": {{[Nn]o}} such file
|
||||
NOT-FOUND: cannot open{{.*}}"/Inputs/basic3.macho.x86_64.o": {{[Nn]o}} such file
|
||||
NOT-FOUND: DEBUG MAP:
|
||||
NOT-FOUND-NEXT: END DEBUG MAP
|
||||
|
||||
Check that we correctly error out on invalid executatble.
|
||||
|
||||
NO-EXECUTABLE: cannot parse{{.*}}/inexistant": No such file
|
||||
NO-EXECUTABLE: cannot parse{{.*}}/inexistant": {{[Nn]o}} such file
|
||||
NO-EXECUTABLE-NOT: DEBUG MAP
|
||||
|
Loading…
x
Reference in New Issue
Block a user