This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix a test assertion after r372192
ClosedPublic

Authored by krasimir on Sep 18 2019, 5:24 AM.

Details

Summary

The CHECK: frame:py: None seems to have been a typo, causing build bot failures:

# CHECK: frame:py: None

         ^

<stdin>:1:1: note: scanning from here

(lldb) command source -s 0 'E:/build_slave/lldb-x64-windows-ninja/build/tools/lldb\lit\lit-lldb-init'

^

<stdin>:23:1: note: possible intended match here

frame:py: No value

^

This update fixes the build bots.

--

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Sep 18 2019, 5:24 AM
bkramer accepted this revision.Sep 18 2019, 5:34 AM

Rubber stamp'd

This revision is now accepted and ready to land.Sep 18 2019, 5:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2019, 5:40 AM
labath added a subscriber: labath.Sep 18 2019, 5:57 AM

Unfortunately, that wasn't a typo, but an actual bug. r372222 should have a better fix for that (along with a description of the problem, if you're interested)