commit | 1798ed44d840c5dcb229edb776960335e6a0a10e | [log] [tgz] |
---|---|---|
author | nchalko@google.com <nchalko@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jan 18 16:56:33 2011 +0000 |
committer | nchalko@google.com <nchalko@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Jan 18 16:56:33 2011 +0000 |
tree | a8259d496d11b5df5cf2dbe4da113f8350832067 | |
parent | 6bdc292bcc3644c1707223361ba085625d833f2f [diff] |
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: rchandia@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9564 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/ConstraintCompositionGwtTest.java b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/ConstraintCompositionGwtTest.java index c8d29de..6c4b4ba 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/ConstraintCompositionGwtTest.java +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/constraintcomposition/ConstraintCompositionGwtTest.java
@@ -40,10 +40,12 @@ delegate.testAttributesDefinedOnComposingConstraints(); } + @Failing(issue = 5882) public void testComposedConstraints() { delegate.testComposedConstraints(); } + @Failing(issue = 5882) public void testComposedConstraintsAreRecursive() { delegate.testComposedConstraintsAreRecursive(); }
diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/CustomConstraintValidatorGwtTest.java b/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/CustomConstraintValidatorGwtTest.java index 11aa059..5cf8ba3 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/CustomConstraintValidatorGwtTest.java +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/customconstraint/CustomConstraintValidatorGwtTest.java
@@ -30,6 +30,7 @@ return "org.hibernate.jsr303.tck.tests.constraints.customconstraint.TckTest"; } + @Failing(issue = 5882) public void testDefaultPropertyPath() { delegate.testDefaultPropertyPath(); }
diff --git a/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/ValidatorResolutionGwtTest.java b/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/ValidatorResolutionGwtTest.java index ce061b2..9989ef2 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/ValidatorResolutionGwtTest.java +++ b/user/test/org/hibernate/jsr303/tck/tests/constraints/validatorresolution/ValidatorResolutionGwtTest.java
@@ -34,6 +34,7 @@ delegate.testAmbiguousValidatorResolution(); } + @Failing(issue = 5882) public void testResolutionOfMinMaxForDifferentTypes() { delegate.testResolutionOfMinMaxForDifferentTypes(); }
diff --git a/user/test/org/hibernate/jsr303/tck/tests/validation/ValidatePropertyGwtTest.java b/user/test/org/hibernate/jsr303/tck/tests/validation/ValidatePropertyGwtTest.java index 5f38d04..9567548 100644 --- a/user/test/org/hibernate/jsr303/tck/tests/validation/ValidatePropertyGwtTest.java +++ b/user/test/org/hibernate/jsr303/tck/tests/validation/ValidatePropertyGwtTest.java
@@ -45,6 +45,7 @@ } } + @Failing(issue = 5882) public void testValidateProperty() { delegate.testValidateProperty(); }