]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: fix lldb test after DWARF compression"
authorAustin Clements <austin@google.com>
Tue, 17 Jul 2018 15:38:35 +0000 (11:38 -0400)
committerAustin Clements <austin@google.com>
Tue, 17 Jul 2018 16:25:47 +0000 (16:25 +0000)
commit57b5a71d7c897a2f3a21ba8b875bb9264faed326
tree83a7d51b8a51da3371b4a947c208d086d2f4cb3c
parentff5b54d24a7fda589d3fc4516aa153a3f2e1a224
Revert "runtime: fix lldb test after DWARF compression"

This reverts commit c99300229de4e69220790c71da14785dc52c3d68.

The original CL skipped the lldb test if it couldn't read compressed
DWARF, but lldb can never read compressed DWARF, so this effectively
disabled this test unconditionally.

The previous commit disabled DWARF compression for this test, so the
test now works on its own merits again. This CL reverts the change to
skip the test so we don't simply mask lldb failures.

Updates #25925.

Change-Id: I3e1c787b658257b542c3c70807065dde9cfe05ee
Reviewed-on: https://go-review.googlesource.com/124386
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/runtime-lldb_test.go