[Lldb-commits] [lldb] r359456 - Remove XFAIL: windows from x86-64-gp-write.test
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 29 08:16:26 PDT 2019
Author: labath
Date: Mon Apr 29 08:16:26 2019
New Revision: 359456
URL: http://llvm.org/viewvc/llvm-project?rev=359456&view=rev
Log:
Remove XFAIL: windows from x86-64-gp-write.test
The typo fix in r359451 was enough to get it passing there.
Modified:
lldb/trunk/lit/Register/x86-64-gp-write.test
Modified: lldb/trunk/lit/Register/x86-64-gp-write.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Register/x86-64-gp-write.test?rev=359456&r1=359455&r2=359456&view=diff
==============================================================================
--- lldb/trunk/lit/Register/x86-64-gp-write.test (original)
+++ lldb/trunk/lit/Register/x86-64-gp-write.test Mon Apr 29 08:16:26 2019
@@ -1,4 +1,3 @@
-# XFAIL: system-windows
# REQUIRES: native && target-x86_64
# RUN: %clangxx -fomit-frame-pointer %p/Inputs/x86-64-gp-write.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
More information about the lldb-commits
mailing list