mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
llvm-dwp: Add .test files missing from r269339
llvm-svn: 269705
This commit is contained in:
parent
e233548c19
commit
eba94ee768
3
test/tools/llvm-dwp/X86/invalid_cu_index.test
Normal file
3
test/tools/llvm-dwp/X86/invalid_cu_index.test
Normal file
@ -0,0 +1,3 @@
|
||||
RUN: not llvm-dwp %p/../Inputs/invalid_cu_index/x.dwp -o %t 2>&1 | FileCheck %s
|
||||
|
||||
CHECK: error: Failed to parse cu_index
|
3
test/tools/llvm-dwp/X86/missing_tu_index.test
Normal file
3
test/tools/llvm-dwp/X86/missing_tu_index.test
Normal file
@ -0,0 +1,3 @@
|
||||
RUN: not llvm-dwp %p/../Inputs/missing_tu_index/x.dwp -o %t 2>&1 | FileCheck %s
|
||||
|
||||
CHECK: error: Failed to parse tu_index
|
Loading…
Reference in New Issue
Block a user