Open GoogleCodeExporter opened 9 years ago
...
org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest#testReadWrite
_NonBlock_ReaderNotBind
killing org.apache.harmony.nio.tests.AllTests because it timed out after 60
seconds. Last started outcome is
org.apache.harmony.nio.tests.java.nio.channels.UnsupportedAddressTypeExceptionTe
st#test_Constructor
received exit value 0 from destroyed command ANDROID_PRINTF_LOG=tag
ANDROID_LOG_TAGS=*:w
ANDROID_DATA=/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/android-data
ANDROID_ROOT=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86
LD_LIBRARY_PATH=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86/
lib
DYLD_LIBRARY_PATH=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x8
6/lib
/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86/bin/dalvikvm
-classpath
/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/org.apache.harmony.nio.tests.All
Tests/org.apache.harmony.nio.tests.AllTests.dx.jar:/tmp/vogar/f7da9769-f144-401d
-af11-0ebf19710d20/harmony_tests/harmony_tests.dx.jar:/tmp/vogar/f7da9769-f144-4
01d-af11-0ebf19710d20/vogar/vogar.dx.jar
-Duser.dir=/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/userDir/org.apache.ha
rmony.nio.tests.AllTests
-Djava.io.tmpdir=/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/userDir/org.apa
che.harmony.nio.tests.AllTests
-Xbootclasspath:/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86/
framework/core-hostdex.jar:/usr/local/google/dalvik-prebuild/dalvik-dev/out/host
/linux-x86/framework/bouncycastle-hostdex.jar:/usr/local/google/dalvik-prebuild/
dalvik-dev/out/host/linux-x86/framework/apache-xml-hostdex.jar
-Duser.language=en -Duser.region=US
-Djavax.net.ssl.trustStore=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host
/linux-x86/etc/security/cacerts.bks -Xverify:none -Xdexopt:none -Xcheck:jni
-Xjnigreflimit:2000 -Xmx32M vogar.target.TestRunner --skipPast
org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest#testReadWrite
_NonBlock_DifferentAddr
killing org.apache.harmony.nio.tests.AllTests because it timed out after 60
seconds. Last started outcome is
org.apache.harmony.nio.tests.java.nio.channels.UnsupportedAddressTypeExceptionTe
st#test_Constructor
received exit value 0 from destroyed command ANDROID_PRINTF_LOG=tag
ANDROID_LOG_TAGS=*:w
ANDROID_DATA=/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/android-data
ANDROID_ROOT=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86
LD_LIBRARY_PATH=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86/
lib
DYLD_LIBRARY_PATH=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x8
6/lib
/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86/bin/dalvikvm
-classpath
/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/org.apache.harmony.nio.tests.All
Tests/org.apache.harmony.nio.tests.AllTests.dx.jar:/tmp/vogar/f7da9769-f144-401d
-af11-0ebf19710d20/harmony_tests/harmony_tests.dx.jar:/tmp/vogar/f7da9769-f144-4
01d-af11-0ebf19710d20/vogar/vogar.dx.jar
-Duser.dir=/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/userDir/org.apache.ha
rmony.nio.tests.AllTests
-Djava.io.tmpdir=/tmp/vogar/f7da9769-f144-401d-af11-0ebf19710d20/userDir/org.apa
che.harmony.nio.tests.AllTests
-Xbootclasspath:/usr/local/google/dalvik-prebuild/dalvik-dev/out/host/linux-x86/
framework/core-hostdex.jar:/usr/local/google/dalvik-prebuild/dalvik-dev/out/host
/linux-x86/framework/bouncycastle-hostdex.jar:/usr/local/google/dalvik-prebuild/
dalvik-dev/out/host/linux-x86/framework/apache-xml-hostdex.jar
-Duser.language=en -Duser.region=US
-Djavax.net.ssl.trustStore=/usr/local/google/dalvik-prebuild/dalvik-dev/out/host
/linux-x86/etc/security/cacerts.bks -Xverify:none -Xdexopt:none -Xcheck:jni
-Xjnigreflimit:2000 -Xmx32M vogar.target.TestRunner --skipPast
org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest#testReadByteB
ufferArrayIntInt_BufNull
java.util.concurrent.TimeoutException
at java.util.regex.Pattern.compileImpl(Native Method)
at java.util.regex.Pattern.compile(Pattern.java:400)
at java.util.regex.Pattern.<init>(Pattern.java:383)
at java.util.regex.Pattern.matches(Pattern.java:413)
at java.lang.String.matches(String.java:1848)
at org.apache.harmony.tests.java.util.regex.MatcherTest.testAllCodePoints(MatcherTest.java:635)
large tests
org.apache.harmony.tests.java.util.regex.MatcherTest#testAllCodePoints FAIL (EXEC_FAILED)
Original comment by e...@google.com
on 5 Feb 2011 at 12:57
also, is the "last started outcome" wrong? that's a trivial test:
public void test_Constructor() {
UnsupportedAddressTypeException e = new UnsupportedAddressTypeException();
assertNull(e.getMessage());
assertNull(e.getLocalizedMessage());
assertNull(e.getCause());
}
Original comment by e...@google.com
on 5 Feb 2011 at 12:58
Original issue reported on code.google.com by
e...@google.com
on 5 Feb 2011 at 12:57