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()) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits