diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-01-24 21:32:32 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-01-24 21:32:32 +0000 |
commit | cb52cd4d7f41eab2f3edf17234f4dd73b760d019 (patch) | |
tree | 8f79450fe9ae00217af89b7027b30e4c4edddf43 /lldb/packages/Python/lldbsuite/test | |
parent | c20a5767f935e55ba2040d48c6d262dcde17c631 (diff) | |
download | bcm5719-llvm-cb52cd4d7f41eab2f3edf17234f4dd73b760d019.tar.gz bcm5719-llvm-cb52cd4d7f41eab2f3edf17234f4dd73b760d019.zip |
Remove NO_DEBUGINFO_TESTCASE from testcase.
This makes it easier to exclude the test n bots that test earlier
DWARF formats, also it feels like this is the better decision for this
testcase anyway.
llvm-svn: 352111
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py b/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py index a981f2bfda9..6af6aeb0c80 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py @@ -10,11 +10,6 @@ from lldbsuite.test.lldbtest import * class TestTailCallFrameSBAPI(TestBase): mydir = TestBase.compute_mydir(__file__) - # If your test case doesn't stress debug info, the - # set this to true. That way it won't be run once for - # each debug info format. - NO_DEBUG_INFO_TESTCASE = True - @skipIf(compiler="clang", compiler_version=['<', '8.0']) @skipIf(dwarf_version=['<', '4']) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr26265") |