[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:29:25 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL255488: [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic… (authored by mohit.bhakkad).

Changed prior to commit:
  http://reviews.llvm.org/D15488?vs=42693&id=42695#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15488

Files:
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py

Index: lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
+++ lldb/trunk/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.42695.patch
Type: text/x-patch
Size: 686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151214/e3ad74f1/attachment-0001.bin>


More information about the lldb-commits mailing list