[Lldb-commits] [lldb] r370227 - [TestCppOperators] Enable TestCppOperators on Windows.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 28 09:29:01 PDT 2019


Author: jdevlieghere
Date: Wed Aug 28 09:29:00 2019
New Revision: 370227

URL: http://llvm.org/viewvc/llvm-project?rev=370227&view=rev
Log:
[TestCppOperators] Enable TestCppOperators on Windows.

This test is passing on the Windows bot:

Unexpected Passing Tests (1):
    lldb-Suite :: lang/cpp/operators/TestCppOperators.py

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py?rev=370227&r1=370226&r2=370227&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/operators/TestCppOperators.py Wed Aug 28 09:29:00 2019
@@ -1,5 +1,4 @@
 from lldbsuite.test import lldbinline
 from lldbsuite.test import decorators
 
-lldbinline.MakeInlineTest(__file__, globals(),
-                          lldbinline.expectedFailureAll(oslist=["windows"]))
+lldbinline.MakeInlineTest(__file__, globals())




More information about the lldb-commits mailing list