diff mbox

[testsuite] remove arm from xfail list for g++.dg/other/packed1.C

Message ID 4DDC0601.4080307@codesourcery.com
State New
Headers show

Commit Message

Janis Johnson May 24, 2011, 7:24 p.m. UTC
All archived test results for ARM for 4.7.0 and 4.6.1 with g++
results include:

XPASS: g++.dg/other/packed1.C execution test

This patch removes arm-*-* from the xfail list for this test.  OK for
trunk and 4.6?
2011-05-24  Janis Johnson  <janisjo@codesourcery.com>

	* g++.dg/other/packed1.C: Remove arm from xfail list.

Comments

Mike Stump May 25, 2011, 12:23 a.m. UTC | #1
On May 24, 2011, at 12:24 PM, Janis Johnson wrote:
> All archived test results for ARM for 4.7.0 and 4.6.1 with g++
> results include:
> 
> XPASS: g++.dg/other/packed1.C execution test
> 
> This patch removes arm-*-* from the xfail list for this test.  OK for
> trunk and 4.6?

Ok.
diff mbox

Patch

Index: g++.dg/other/packed1.C
===================================================================
--- g++.dg/other/packed1.C	(revision 174094)
+++ g++.dg/other/packed1.C	(working copy)
@@ -1,4 +1,4 @@ 
-// { dg-do run { xfail arm*-*-* sh-*-* lm32-*-* } }
+// { dg-do run { xfail sh-*-* lm32-*-* } }
 
 // NMS:2003-04-21 this fails on strict aligned architectures again,
 // the patch was reverted because it broke something more important.