You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2006/11/18 02:24:38 UTC

[jira] Commented: (HARMONY-2231) [drlvm][regression] org.apache.harmony.tests.java.util.regex.PatternTest fails

    [ http://issues.apache.org/jira/browse/HARMONY-2231?page=comments#action_12450943 ] 
            
Alexei Fedotov commented on HARMONY-2231:
-----------------------------------------

org.apache.harmony.tests.java.util.regex.PatternTest@testCompileStringint fails in a same way:

Output:  java.util.regex.PatternSyntaxException: Illegal inline construct near index: 3
x(?c)y^
at java.util.regex.Lexer.readFlags(Lexer.java:1097)
at java.util.regex.Lexer.movePointer(Lexer.java:749)
at java.util.regex.Lexer.<init>(Lexer.java:228)
at java.util.regex.Pattern.compileImpl(Pattern.java:279)
at java.util.regex.Pattern.compile(Pattern.java:264)
at java.util.regex.Pattern.compile(Pattern.java)
at org.apache.harmony.tests.java.util.regex.PatternTest.testCompileStringint(PatternTest.java:359)
at java.lang.reflect.VMReflection.invokeMethod(Native Method)

 

> [drlvm][regression] org.apache.harmony.tests.java.util.regex.PatternTest fails
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-2231
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2231
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexei Fedotov
>
> It looks like we've got a regression, see
> http://harmonytest.org/testapp.do?method=showresult&id=2293852
> org.apache.harmony.tests.java.util.regex.PatternTest@testMatches:
> java.util.regex.PatternSyntaxException: Illegal inline construct near index: 3
> x(?c)y^
> at java.util.regex.Lexer.readFlags(Lexer.java:1097)
> at java.util.regex.Lexer.movePointer(Lexer.java:749)
> at java.util.regex.Lexer.<init>(Lexer.java:228)
> at java.util.regex.Pattern.compileImpl(Pattern.java:279)
> at java.util.regex.Pattern.compile(Pattern.java:264)
> at java.util.regex.Pattern.compile(Pattern.java)
> at java.util.regex.Pattern.matches(Pattern.java)
> at org.apache.harmony.tests.java.util.regex.PatternTest.testMatches(PatternTest.java:431)
> at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> The recent related change was http://svn.apache.org/viewvc?view=rev&rev=475869

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira