Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
1098bcf8
Commit
1098bcf8
authored
Jan 01, 2010
by
Anthony Green
Committed by
Anthony Green
Jan 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update xfails.
From-SVN: r155548
parent
6ab94513
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
26 additions
and
11 deletions
+26
-11
libffi/ChangeLog
+15
-0
libffi/testsuite/libffi.call/cls_align_longdouble_split.c
+1
-1
libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
+1
-1
libffi/testsuite/libffi.call/cls_double_va.c
+1
-1
libffi/testsuite/libffi.call/cls_longdouble.c
+1
-1
libffi/testsuite/libffi.call/cls_longdouble_va.c
+1
-1
libffi/testsuite/libffi.call/cls_pointer.c
+1
-1
libffi/testsuite/libffi.call/cls_pointer_stack.c
+1
-1
libffi/testsuite/libffi.call/stret_large.c
+1
-1
libffi/testsuite/libffi.call/stret_large2.c
+1
-1
libffi/testsuite/libffi.call/stret_medium.c
+1
-1
libffi/testsuite/libffi.call/stret_medium2.c
+1
-1
No files found.
libffi/ChangeLog
View file @
1098bcf8
2009-12-26 Anthony Green <green@redhat.com>
* testsuite/libffi.call/cls_double_va.c,
testsuite/libffi.call/cls_longdouble.c,
testsuite/libffi.call/cls_longdouble_va.c,
testsuite/libffi.call/cls_pointer.c,
testsuite/libffi.call/cls_pointer_stack.c: Remove xfail for
mips*-*-* and arm*-*-*.
* testsuite/libffi.call/cls_align_longdouble_split.c,
testsuite/libffi.call/cls_align_longdouble_split2.c,
testsuite/libffi.call/stret_medium2.c,
testsuite/libffi.call/stret_medium.c,
testsuite/libffi.call/stret_large.c,
testsuite/libffi.call/stret_large2.c: Remove xfail for arm*-*-*.
2009-12-31 Kay Tietz <ktietz70@googlemail.com>
* testsuite/libffi.call/ffitest.h,
...
...
libffi/testsuite/libffi.call/cls_align_longdouble_split.c
View file @
1098bcf8
...
...
@@ -5,7 +5,7 @@
Originator: <hos@tamanegi.org> 20031203 */
/* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
/* { dg-do run { xfail
arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
/* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
...
...
libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
View file @
1098bcf8
...
...
@@ -6,7 +6,7 @@
*/
/* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
/* { dg-do run { xfail
arm*-*-*
strongarm*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* } } */
/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
/* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
...
...
libffi/testsuite/libffi.call/cls_double_va.c
View file @
1098bcf8
...
...
@@ -4,7 +4,7 @@
PR: none.
Originator: Blake Chaffin 6/6/2007 */
/* { dg-do run { xfail
mips*-*-* arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
#include "ffitest.h"
static
void
...
...
libffi/testsuite/libffi.call/cls_longdouble.c
View file @
1098bcf8
...
...
@@ -5,7 +5,7 @@
Originator: Blake Chaffin */
/* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
/* { dg-do run { xfail
mips*-*-*
arm*-*-* strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-* } } */
/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
/* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
...
...
libffi/testsuite/libffi.call/cls_longdouble_va.c
View file @
1098bcf8
...
...
@@ -4,7 +4,7 @@
PR: none.
Originator: Blake Chaffin 6/6/2007 */
/* { dg-do run { xfail
mips*-*-* arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
/* { dg-output "" { xfail x86_64-*-mingw* } } */
#include "ffitest.h"
...
...
libffi/testsuite/libffi.call/cls_pointer.c
View file @
1098bcf8
...
...
@@ -4,7 +4,7 @@
PR: none.
Originator: Blake Chaffin 6/6/2007 */
/* { dg-do run { xfail
mips*-*-* arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
#include "ffitest.h"
void
*
cls_pointer_fn
(
void
*
a1
,
void
*
a2
)
...
...
libffi/testsuite/libffi.call/cls_pointer_stack.c
View file @
1098bcf8
...
...
@@ -4,7 +4,7 @@
PR: none.
Originator: Blake Chaffin 6/7/2007 */
/* { dg-do run { xfail
mips*-*-* arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
#include "ffitest.h"
static
long
dummyVar
;
...
...
libffi/testsuite/libffi.call/stret_large.c
View file @
1098bcf8
...
...
@@ -6,7 +6,7 @@
PR: none.
Originator: Blake Chaffin 6/21/2007 */
/* { dg-do run { xfail
arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
#include "ffitest.h"
// 13 FPRs: 104 bytes
...
...
libffi/testsuite/libffi.call/stret_large2.c
View file @
1098bcf8
...
...
@@ -6,7 +6,7 @@
PR: none.
Originator: Blake Chaffin 6/21/2007 */
/* { dg-do run { xfail
arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
#include "ffitest.h"
// 13 FPRs: 104 bytes
...
...
libffi/testsuite/libffi.call/stret_medium.c
View file @
1098bcf8
...
...
@@ -6,7 +6,7 @@
PR: none.
Originator: Blake Chaffin 6/21/2007 */
/* { dg-do run { xfail
arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
#include "ffitest.h"
typedef
struct
struct_72byte
{
...
...
libffi/testsuite/libffi.call/stret_medium2.c
View file @
1098bcf8
...
...
@@ -6,7 +6,7 @@
PR: none.
Originator: Blake Chaffin 6/21/2007 */
/* { dg-do run { xfail
arm*-*-*
strongarm*-*-* xscale*-*-* } } */
/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
#include "ffitest.h"
typedef
struct
struct_72byte
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment