Remove LLDB persistent results in compiletest
.
This commit is contained in:
parent
36a8daeb44
commit
75fba9d574
90 changed files with 824 additions and 835 deletions
|
@ -36,34 +36,34 @@
|
|||
// lldb-command:run
|
||||
|
||||
// lldb-command:print x
|
||||
// lldbg-check:[...]$0 = -1
|
||||
// lldbg-check:[...] -1
|
||||
// lldbr-check:(i32) x = -1
|
||||
// lldb-command:print y
|
||||
// lldbg-check:[...]$1 = 1
|
||||
// lldbg-check:[...] 1
|
||||
// lldbr-check:(i32) y = 1
|
||||
// lldb-command:continue
|
||||
|
||||
// lldb-command:print x
|
||||
// lldbg-check:[...]$2 = -1
|
||||
// lldbg-check:[...] -1
|
||||
// lldbr-check:(i32) x = -1
|
||||
// lldb-command:print y
|
||||
// lldbg-check:[...]$3 = 2.5
|
||||
// lldbg-check:[...] 2.5
|
||||
// lldbr-check:(f64) y = 2.5
|
||||
// lldb-command:continue
|
||||
|
||||
// lldb-command:print x
|
||||
// lldbg-check:[...]$4 = -2.5
|
||||
// lldbg-check:[...] -2.5
|
||||
// lldbr-check:(f64) x = -2.5
|
||||
// lldb-command:print y
|
||||
// lldbg-check:[...]$5 = 1
|
||||
// lldbg-check:[...] 1
|
||||
// lldbr-check:(i32) y = 1
|
||||
// lldb-command:continue
|
||||
|
||||
// lldb-command:print x
|
||||
// lldbg-check:[...]$6 = -2.5
|
||||
// lldbg-check:[...] -2.5
|
||||
// lldbr-check:(f64) x = -2.5
|
||||
// lldb-command:print y
|
||||
// lldbg-check:[...]$7 = 2.5
|
||||
// lldbg-check:[...] 2.5
|
||||
// lldbr-check:(f64) y = 2.5
|
||||
// lldb-command:continue
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue