diff options
Diffstat (limited to 'lldb/test/lang/cpp/rdar12991846/TestRdar12991846.py')
| -rw-r--r-- | lldb/test/lang/cpp/rdar12991846/TestRdar12991846.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/rdar12991846/TestRdar12991846.py b/lldb/test/lang/cpp/rdar12991846/TestRdar12991846.py index 2638adf038e..601c8e9e612 100644 --- a/lldb/test/lang/cpp/rdar12991846/TestRdar12991846.py +++ b/lldb/test/lang/cpp/rdar12991846/TestRdar12991846.py @@ -50,6 +50,9 @@ class Rdar12991846TestCase(TestBase): def rdar12991846(self): """Test that the expression parser returns proper Unicode strings.""" + if self.getArchitecture() in ['i386']: + self.skipTest("Skipping because this test is known to crash on i386") + exe = os.path.join(os.getcwd(), "a.out") # Create a target by the debugger. |

