Don't vary debug info for lldb-server tests
authorPavel Labath <labath@google.com>
Thu, 31 Mar 2016 14:22:52 +0000 (14:22 +0000)
committerPavel Labath <labath@google.com>
Thu, 31 Mar 2016 14:22:52 +0000 (14:22 +0000)
commit3f081c82109a2f12d254abd4c41b185d9bfaabf4
treee8b634e21104308b4321b966f7a4e6d59f071e61
parentcd835ad8766d4c06db11a76befc2ce072f9ae697
Don't vary debug info for lldb-server tests

Summary:
Debug info is used only by the client and lldb-server tests do not even have the client component
running, as they communicate with the server directly. Therefore, running the tests for each
debug info type is unnecessarry.

This adds general ability to mark a test class as not dependent on debug info, and marks all
lldb-server tests as such.

Reviewers: tberghammer, tfiala

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D18598

llvm-svn: 265017
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py