diff options
| author | Pavel Labath <labath@google.com> | 2017-03-01 11:18:59 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-03-01 11:18:59 +0000 |
| commit | a53823effdf2fc855ab51f5a359ae578921f4fb7 (patch) | |
| tree | ee84edd8ebcddca8dff50df69306748d8c8dac25 | |
| parent | 9c199aaf47fdc6e39052b8e002abcb31ae13b347 (diff) | |
| download | bcm5719-llvm-a53823effdf2fc855ab51f5a359ae578921f4fb7.tar.gz bcm5719-llvm-a53823effdf2fc855ab51f5a359ae578921f4fb7.zip | |
Mark TestYMMRegister as no_debug_info_test
We don't need to run this test multiple times to check whether we can
read a register.
llvm-svn: 296611
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py b/lldb/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py index 6fcf29a2f58..6dccaa55a10 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py @@ -15,6 +15,7 @@ from lldbsuite.test import lldbutil class TestYMMRegister(TestBase): mydir = TestBase.compute_mydir(__file__) + NO_DEBUG_INFO_TESTCASE = True @skipIfFreeBSD @skipIfiOSSimulator |

