Revision: 9564
Author: ncha...@google.com
Date: Tue Jan 18 08:56:33 2011
Log: Mark some test as Failing.  Note these test only fail on IE.
See
http://code.google.com/p/google-web-toolkit/issues/detail?id=5882

Review at http://gwt-code-reviews.appspot.com/1303801

Review by: rchan...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=9564

Modified:
/trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/ConstraintCompositionGwtTest.java /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/CustomConstraintValidatorGwtTest.java /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/ValidatorResolutionGwtTest.java /trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidatePropertyGwtTest.java

=======================================
--- /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/ConstraintCompositionGwtTest.java Mon Jan 17 11:36:20 2011 +++ /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/ConstraintCompositionGwtTest.java Tue Jan 18 08:56:33 2011
@@ -40,10 +40,12 @@
     delegate.testAttributesDefinedOnComposingConstraints();
   }

+  @Failing(issue = 5882)
   public void testComposedConstraints() {
     delegate.testComposedConstraints();
   }

+  @Failing(issue = 5882)
   public void testComposedConstraintsAreRecursive() {
     delegate.testComposedConstraintsAreRecursive();
   }
=======================================
--- /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/CustomConstraintValidatorGwtTest.java Mon Jan 17 11:36:20 2011 +++ /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/CustomConstraintValidatorGwtTest.java Tue Jan 18 08:56:33 2011
@@ -30,6 +30,7 @@
return "org.hibernate.jsr303.tck.tests.constraints.customconstraint.TckTest";
   }

+  @Failing(issue = 5882)
   public void testDefaultPropertyPath() {
     delegate.testDefaultPropertyPath();
   }
=======================================
--- /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/ValidatorResolutionGwtTest.java Mon Jan 17 11:36:20 2011 +++ /trunk/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/ValidatorResolutionGwtTest.java Tue Jan 18 08:56:33 2011
@@ -34,6 +34,7 @@
     delegate.testAmbiguousValidatorResolution();
   }

+  @Failing(issue = 5882)
   public void testResolutionOfMinMaxForDifferentTypes() {
     delegate.testResolutionOfMinMaxForDifferentTypes();
   }
=======================================
--- /trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidatePropertyGwtTest.java Mon Jan 17 11:36:20 2011 +++ /trunk/user/test/org/hibernate/jsr303/tck/tests/validation/ValidatePropertyGwtTest.java Tue Jan 18 08:56:33 2011
@@ -45,6 +45,7 @@
     }
   }

+  @Failing(issue = 5882)
   public void testValidateProperty() {
     delegate.testValidateProperty();
   }

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to