[Lldb-commits] [PATCH] D15488: [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic sequences are yet to be supported in LLDB
Mohit Bhakkad via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 14 02:17:04 PST 2015
mohit.bhakkad created this revision.
mohit.bhakkad added a reviewer: jaydeep.
mohit.bhakkad added a subscriber: lldb-commits.
mohit.bhakkad set the repository for this revision to rL LLVM.
Repository:
rL LLVM
http://reviews.llvm.org/D15488
Files:
packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
Index: packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
===================================================================
--- packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
+++ packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
@@ -21,6 +21,7 @@
import lldbsuite.test.lldbutil as lldbutil
@skipIfWindows
+ at expectedFailureAll(archs=['mips64', 'mips64el']) # Atomic sequences are not supported yet for MIPS in LLDB.
class ConcurrentEventsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15488.42693.patch
Type: text/x-patch
Size: 653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151214/6ee10e10/attachment.bin>
More information about the lldb-commits
mailing list