]> Cypherpunks repositories - gostls13.git/commit
runtime: disable compressed DWARF for lldb test
authorAustin Clements <austin@google.com>
Tue, 17 Jul 2018 15:36:29 +0000 (11:36 -0400)
committerAustin Clements <austin@google.com>
Tue, 17 Jul 2018 16:25:42 +0000 (16:25 +0000)
commitff5b54d24a7fda589d3fc4516aa153a3f2e1a224
treec647efa500ece69888f906a0e8d28536bbaccf2a
parent1546ab5a3925b07c86f05ccfa4c8b4c2b818790e
runtime: disable compressed DWARF for lldb test

lldb doesn't support compressed DWARF, so right now we're just always
skipping the lldb test. This CL makes the test run again by disabling
compressed DWARF just for this test.

Updates #25925.

Change-Id: Ib9ddc442305fe6d37060d48f36bc4458b6fd8c86
Reviewed-on: https://go-review.googlesource.com/124385
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