forked from OSchip/llvm-project
Include full plist output in FileCheck test.
llvm-svn: 152859
This commit is contained in:
parent
1bdc2f41f9
commit
d52efc8fd6
|
@ -83,6 +83,7 @@ void test_bug_2() {
|
|||
// CHECK: </dict>
|
||||
// CHECK: </array>
|
||||
// CHECK: </array>
|
||||
// CHECK: <key>depth</key><integer>0</integer>
|
||||
// CHECK: <key>extended_message</key>
|
||||
// CHECK: <string>Calling 'bug'</string>
|
||||
// CHECK: <key>message</key>
|
||||
|
@ -96,10 +97,11 @@ void test_bug_2() {
|
|||
// CHECK: <key>col</key><integer>1</integer>
|
||||
// CHECK: <key>file</key><integer>0</integer>
|
||||
// CHECK: </dict>
|
||||
// CHECK: <key>depth</key><integer>1</integer>
|
||||
// CHECK: <key>extended_message</key>
|
||||
// CHECK: <string>Entered call
|
||||
// CHECK: <string>Entered call from 'test_bug_2'</string>
|
||||
// CHECK: <key>message</key>
|
||||
// CHECK: <string>Entered call
|
||||
// CHECK: <string>Entered call from 'test_bug_2'</string>
|
||||
// CHECK: </dict>
|
||||
// CHECK: <dict>
|
||||
// CHECK: <key>kind</key><string>control</string>
|
||||
|
@ -158,6 +160,7 @@ void test_bug_2() {
|
|||
// CHECK: </dict>
|
||||
// CHECK: </array>
|
||||
// CHECK: </array>
|
||||
// CHECK: <key>depth</key><integer>1</integer>
|
||||
// CHECK: <key>extended_message</key>
|
||||
// CHECK: <string>Dereference of null pointer (loaded from variable 'p')</string>
|
||||
// CHECK: <key>message</key>
|
||||
|
@ -177,4 +180,3 @@ void test_bug_2() {
|
|||
// CHECK: </array>
|
||||
// CHECK: </dict>
|
||||
// CHECK: </plist>
|
||||
|
||||
|
|
Loading…
Reference in New Issue