diff options
| author | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-05-13 09:48:26 +0000 |
|---|---|---|
| committer | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-05-13 09:48:26 +0000 |
| commit | 7e8be135cf46d260859288344ab2cbd4ef558616 (patch) | |
| tree | bf8af94dd50794b6b068cf181e08adb6d1e862b0 | |
| parent | 8e42f6ddc80f56e36264b1ec0f2d88df8486331e (diff) | |
| download | bcm5719-llvm-7e8be135cf46d260859288344ab2cbd4ef558616.tar.gz bcm5719-llvm-7e8be135cf46d260859288344ab2cbd4ef558616.zip | |
Fix flakiness in lldb lit test
Messages "breakpoint locations added" and "process stopped" may come out of order.
Differential Revision: https://reviews.llvm.org/D61611#anchor-1499662
llvm-svn: 360571
| -rw-r--r-- | lldb/lit/Breakpoint/jitbp_elf.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/lit/Breakpoint/jitbp_elf.test b/lldb/lit/Breakpoint/jitbp_elf.test index 6bf8eab6e6e..1dc5fa97005 100644 --- a/lldb/lit/Breakpoint/jitbp_elf.test +++ b/lldb/lit/Breakpoint/jitbp_elf.test @@ -6,7 +6,6 @@ # CHECK: Breakpoint 1: no locations (pending). # CHECK: (lldb) run -jit-kind=mcjit {{.*}}/jitbp_elf.test.tmp.ll -# CHECK: 1 location added to breakpoint 1 # CHECK: Process {{.*}} stopped # CHECK: JIT(0x{{.*}})`jitbp: # CHECK: Process {{.*}} launched: {{.*}} |

