[Lldb-commits] [lldb] r296611 - Mark TestYMMRegister as no_debug_info_test
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 1 03:18:59 PST 2017
Author: labath
Date: Wed Mar 1 05:18:59 2017
New Revision: 296611
URL: http://llvm.org/viewvc/llvm-project?rev=296611&view=rev
Log:
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.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py?rev=296611&r1=296610&r2=296611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py Wed Mar 1 05:18:59 2017
@@ -15,6 +15,7 @@ from lldbsuite.test import lldbutil
class TestYMMRegister(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ NO_DEBUG_INFO_TESTCASE = True
@skipIfFreeBSD
@skipIfiOSSimulator
More information about the lldb-commits
mailing list