You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/01/30 08:30:42 UTC

svn commit: r501333 - /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl

Author: smishura
Date: Mon Jan 29 23:30:42 2007
New Revision: 501333

URL: http://svn.apache.org/viewvc?view=rev&rev=501333
Log:
PointerPointerTest fails on linux x86_64. Add to exclude list.

The test was added by HARMONY-2547:
[classlib][awt] PointerPointer's methods set/get, set/getAddress don't use pointer size

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl

Modified: harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl?view=diff&rev=501333&r1=501332&r2=501333
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl Mon Jan 29 23:30:42 2007
@@ -9,3 +9,4 @@
 java/awt/geom/Rectangle2DTest.java
 java/awt/image/BufferedImageFilterTest.java
 java/awt/KeyboardFocusManagerRTest.java
+org/apache/harmony/awt/tests/nativebridge/PointerPointerTest.java