[Lldb-commits] [lldb] r359575 - XFAIL x86-64-zmm-read on Darwin
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 30 11:24:34 PDT 2019
Hey Pavel,
Apologies if I was too hasty, given the number of XFAILs I assumed the test
was a WIP and the missing darwin was an oversight.
Here's the output on my machine: https://reviews.llvm.org/P8142
CHECK-DAG: expected string not found in input
# CHECK-DAG: xmm16 = {0x00 0x0f 0x0d 0x0b 0x09 0x07 0x05 0x03 0x01 0x0e
0x0c 0x0a 0x08 0x06 0x04 0x02}
Looks like the problem is that there's no xmm16 in the output.
On Tue, Apr 30, 2019 at 11:08 AM Pavel Labath <pavel at labath.sk> wrote:
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190430/c717ebc0/attachment-0001.html>
More information about the lldb-commits
mailing list