diff options
author | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2015-12-14 10:26:18 +0000 |
---|---|---|
committer | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2015-12-14 10:26:18 +0000 |
commit | 1951f719df41cd354bba2796e22629b3968839ba (patch) | |
tree | 4da46966f9631a2390312dcb36b6e2cbfbcedcf3 /lldb | |
parent | 33c56402d87a476d46fd4b35568843f16f0b4eec (diff) | |
download | bcm5719-llvm-1951f719df41cd354bba2796e22629b3968839ba.tar.gz bcm5719-llvm-1951f719df41cd354bba2796e22629b3968839ba.zip |
[LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic sequences are yet to be supported in LLDB
Reviewers: jaydeep.
Subscribers: lldb-commits.
Differential Revision: http://reviews.llvm.org/D15488
llvm-svn: 255488
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py index d829025ebe2..9eb25b68765 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py @@ -21,6 +21,7 @@ from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil @skipIfWindows +@expectedFailureAll(archs=['mips64', 'mips64el']) # Atomic sequences are not supported yet for MIPS in LLDB. class ConcurrentEventsTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) |