regression test failures
Lance Andersen
Lance.Andersen at oracle.com
Tue Jan 14 13:25:02 UTC 2014
Hi David,
Thank you for the email.
Running the command jtreg -l :jdk_all produces (I assume running this from jdk/test was the correct spot to run this from)
---------------
~/Dropbox/LancePTR/jtreg/win32/bin/jtreg -l :jdk_all
Testsuite: /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/test
/Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/test/TEST.groups: group needs_jre: file not found: java/text/Bidi/Bug6665028.java
--------------
I ran the following: ~/Dropbox/LancePTR/jtreg/win32/bin/jtreg -l :jdk_other and had better success
------------------------------------
~/Dropbox/LancePTR/jtreg/win32/bin/jtreg -l :jdk_other
Testsuite: /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/test
/Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/test/TEST.groups: group needs_jre: file not found: java/text/Bidi/Bug6665028.java
com/sun/corba/5036554/TestCorbaBug.sh
com/sun/corba/cachedSocket/7056731.sh
com/sun/corba/se/impl/orb/SetDefaultORBTest.java
com/sun/corba/transport/KeepAliveSockets.java
com/sun/jndi/cosnaming/CNNameParser.java
com/sun/jndi/cosnaming/IiopUrlIPv6.java
com/sun/jndi/dns/CheckAccess.java
com/sun/jndi/ldap/LdapName/Case.java
com/sun/jndi/ldap/LdapName/EmptyNameSearch.java
com/sun/jndi/ldap/LdapName/UnescapeTest.java
com/sun/jndi/ldap/BalancedParentheses.java
com/sun/jndi/ldap/InvalidLdapFilters.java
com/sun/jndi/ldap/LdapTimeoutTest.java
com/sun/jndi/ldap/LdapUnicodeURL.java
com/sun/jndi/ldap/NoWaitForReplyTest.java
com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java
com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java
demo/zipfs/basic.sh
demo/zipfs/ZFSTests.java
java/sql/JavatimeTest.java
javax/naming/InitialContext/EnvClone.java
javax/naming/InitialContext/NoApplet.java
javax/naming/ldap/LdapName/CompareToEqualsTests.java
javax/naming/ldap/LdapName/EscapeUnescapeTests.java
javax/naming/ldap/LdapName/LdapNameConstruction.java
javax/naming/ldap/LdapName/LdapParserTests.java
javax/naming/ldap/LdapName/NameTests.java
javax/naming/ldap/LdapName/RdnMisc.java
javax/naming/ldap/LdapName/RdnToAttrsTest.java
javax/naming/ldap/LdapName/TrailingSpaceTest.java
javax/naming/Name/Serialized13Name.java
javax/naming/RefAddr/NullContent.java
javax/naming/spi/DirectoryManager/GetContDirCtx.java
javax/script/CauseExceptionTest.java
javax/script/ExceptionTest.java
javax/script/GetInterfaceTest.java
javax/script/JavaScriptScopeTest.java
javax/script/NullUndefinedVarTest.java
javax/script/PluggableContextTest.java
javax/script/ProviderTest.sh
javax/script/StringWriterPrintTest.java
javax/script/Test1.java
javax/script/Test2.java
javax/script/Test3.java
javax/script/Test4.java
javax/script/Test5.java
javax/script/Test6.java
javax/script/Test7.java
javax/script/Test8.java
javax/script/UnescapedBracketRegExTest.java
javax/script/VersionTest.java
javax/smartcardio/HistoricalBytes.java
javax/smartcardio/Serialize.java
javax/smartcardio/TestCardPermission.java
javax/smartcardio/TestCommandAPDU.java
javax/sql/rowset/serial/SerialBlob/SetBinaryStream.java
javax/sql/rowset/serial/SerialClob/SetAsciiStream.java
javax/sql/rowset/serial/SerialClob/SetCharacterStream.java
javax/xml/jaxp/common/8020430/JAXP15RegTest.java
javax/xml/jaxp/Encodings/CheckEncodingPropertiesFile.java
javax/xml/jaxp/parsers/8021148/JAXPSAXParserTest.java
javax/xml/jaxp/parsers/8022548/XOMParserTest.java
javax/xml/jaxp/parsers/8024707/XSLT.java
javax/xml/jaxp/parsers/8029955/EntityScannerTest.java
javax/xml/jaxp/PrecisionDecimalDV/XPrecisionDecimalToString.java
javax/xml/jaxp/transform/8004476/XPathExFuncTest.java
javax/xml/jaxp/transform/8004476/XSLTExFuncTest.java
javax/xml/jaxp/validation/8015092/XPathWhiteSpaceTest.java
javax/xml/jaxp/validation/8015243/AnyURITest.java
javax/xml/jaxp/XPath/8009579/XPathExceptionInitCause.java
javax/xml/jaxp/XPath/8015978/XPathNegativeZero.java
javax/xml/ws/clientjar/TestWsImport.java
jdk/asm/AsmSanity.java
lib/testlibrary/AssertsTest.java
lib/testlibrary/OutputAnalyzerReportingTest.java
lib/testlibrary/OutputAnalyzerTest.java
sample/chatserver/ChatTest.java
sample/mergesort/MergeSortTest.java
Tests found: 78
------------------------------------
I also tried just running make from jdk/test but still does not find any tests:
-------------------------
make TEST=jdk_all jdk_all
echo "Running tests: jdk_all"
Running tests: jdk_all
for each in jdk_all; do \
make -j 1 TEST_SELECTION=":$each" UNIQUE_DIR=$each jtreg_tests; \
done
( \
( JT_HOME=/Users/lance/Dropbox/LancePTR/jtreg/; \
export JT_HOME; \
/Users/lance/Dropbox/LancePTR/jtreg//win32/bin/jtreg \
-agentvm -a -ea -esa -v:fail,error,time -retain:fail,error -ignore:quiet -timeoutFactor:4 -J-Xmx512m \
-r:/Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/JTreport \
-w:/Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/JTwork \
-jdk:/Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk \
-exclude:ProblemList.txt \
-vmoption:-Xmx512m \
:jdk_all \
) ; \
( jtregExitCode=$? && _summary="/Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/JTreport/text/summary.txt"; rm -f -f /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/Stats.txt /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/runlist.txt /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/passlist.txt /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/faillist.txt /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt; echo "${jtregExitCode}" > /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt; if [ -r "${_summary}" ] ; then echo "Summary: jdk_all" > /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/Stats.txt; expand ${_summary} | egrep -v ' Not run\.' > /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/runlist.txt; egrep ' Passed\.' /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/runlist.txt | egrep -v ' Error\.' | egrep -v ' Failed\.' > /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/passlist.txt; ( egrep ' Failed\.' /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/runlist.txt; egrep ' Error\.' /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/runlist.txt; egrep -v ' Passed\.' /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/runlist.txt ) | sort | uniq > /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/faillist.txt; if [ ${jtregExitCode} != 0 -o -s /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/faillist.txt ] ; then expand /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/faillist.txt | cut -d' ' -f1 | sed -e 's@^@FAILED: @' >> /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/Stats.txt; if [ ${jtregExitCode} = 0 ] ; then jtregExitCode=1; fi; fi; runc="`cat /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/runlist.txt | wc -l | awk '{print $1;}'`"; passc="`cat /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/passlist.txt | wc -l | awk '{print $1;}'`"; failc="`cat /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/faillist.txt | wc -l | awk '{print $1;}'`"; exclc="FIXME CODETOOLS-7900176"; echo "TEST STATS: name=jdk_all run=${runc} pass=${passc} fail=${failc}" >> /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/Stats.txt; else echo "Missing file: ${_summary}" >> /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/Stats.txt; fi; if [ -f /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/Stats.txt ] ; then cat /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/Stats.txt; fi; ( mkdir -p `dirname /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/ARCHIVE_BUNDLE.zip` && cd /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all && chmod -R a+r . && zip -q -r /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/ARCHIVE_BUNDLE.zip . ) ; if [ ! -s /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt ] ; then echo "ERROR: EXITCODE file not filled in."; echo "1" > /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt; fi ; testExitCode=`cat /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt`; echo "EXIT CODE: ${testExitCode}"; exit ${testExitCode} ) \
) 2>&1 | tee /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/output.txt ; if [ ! -s /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt ] ; then echo "ERROR: EXITCODE file not filled in."; echo "1" > /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt; fi ; testExitCode=`cat /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/exitcode.txt`; echo "EXIT CODE: ${testExitCode}"; exit ${testExitCode}
/Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/test/TEST.groups: group needs_jre: file not found: java/text/Bidi/Bug6665028.java
Error: No tests selected
Missing file: /Users/lance/Documents/hg-workspaces/jdk8/jdbc-jdk/jdk/testoutput/jdk_all/JTreport/text/summary.txt
------------------------
Best
Lance
On Jan 13, 2014, at 9:26 PM, David Holmes <David.Holmes at oracle.com> wrote:
> -l :jdk_all
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com
More information about the build-dev
mailing list