[Lldb-commits] [lldb] r359575 - XFAIL x86-64-zmm-read on Darwin

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 11:10:15 PDT 2019


On 30/04/2019 19:21, Jonas Devlieghere via lldb-commits wrote:
> Author: jdevlieghere
> Date: Tue Apr 30 10:21:05 2019
> New Revision: 359575
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=359575&view=rev
> Log:
> XFAIL x86-64-zmm-read on Darwin
> 
> Modified:
>      lldb/trunk/lit/Register/x86-64-zmm-read.test
> 
> Modified: lldb/trunk/lit/Register/x86-64-zmm-read.test
> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Register/x86-64-zmm-read.test?rev=359575&r1=359574&r2=359575&view=diff
> ==============================================================================
> --- lldb/trunk/lit/Register/x86-64-zmm-read.test (original)
> +++ lldb/trunk/lit/Register/x86-64-zmm-read.test Tue Apr 30 10:21:05 2019
> @@ -2,6 +2,7 @@
>   # XFAIL: system-linux
>   # XFAIL: system-netbsd
>   # XFAIL: system-windows
> +# XFAIL: system-darwin
>   # REQUIRES: native && target-x86_64 && native-cpu-avx512f
>   # RUN: %clangxx %p/Inputs/x86-zmm-read.cpp -o %t
>   # RUN: %lldb -b -s %s %t | FileCheck %s
> 
> 
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
> 

Jonas, could you double check why is this failing? This test is a 
replacement for a dotest test which I believe was passing on darwin 
before, so that fact that this is failing now probably means there is a 
typo or some other kind of a bug in this test.

pl


More information about the lldb-commits mailing list