From fa3fa41d097c8c6ce7fc14cd07d816cf01bfb801 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 2 Nov 2010 21:43:50 +0000 Subject: [PATCH] The remaining reference-related variable display failures have been fixed. Comment out the filtering code. The next check in will clean up the test case by wiping off the filtering related logic. llvm-svn: 118081 --- lldb/test/types/AbstractBase.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lldb/test/types/AbstractBase.py b/lldb/test/types/AbstractBase.py index 1309968e3d0d..ab0ee096b82c 100644 --- a/lldb/test/types/AbstractBase.py +++ b/lldb/test/types/AbstractBase.py @@ -52,16 +52,16 @@ class GenericTester(TestBase): # # rdar://problem/8620735 test/types: frame variable -t a_class_ref.m_b fails # The reference type related failures that remain are: - notnow = set(['a_class_ref.m_b', - 'a_struct_ref.b', - 'a_union_nonzero_ref.u.a']) + # notnow = set(['a_class_ref.m_b', + # 'a_struct_ref.b', + # 'a_union_nonzero_ref.u.a']) for line in go.split(os.linesep): match = self.pattern.search(line) if match: var, val = match.group(1), match.group(2) - if var in notnow: - continue + # if var in notnow: + # continue gl.append((var, val)) #print "golden list:", gl @@ -80,7 +80,7 @@ class GenericTester(TestBase): self.runCmd("frame variable -t %s" % var) output = self.res.GetOutput() - # The input type is in a canonical form as a set named atoms. + # The input type is in a canonical form as a set of named atoms. # The display type string must conatin each and every element. # # Example: