hg: jdk/submit11: 2 new changesets
igor.ignatyev at oracle.com
igor.ignatyev at oracle.com
Fri Jun 29 00:12:50 UTC 2018
Changeset: 39d27210c627
Author: iignatyev
Date: 2018-06-28 16:45 -0700
URL: http://hg.openjdk.java.net/jdk/submit11/rev/39d27210c627
8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
Reviewed-by: kvn
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ByteCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TypesParser.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/jtreg/JitTesterDriver.java
Changeset: 7c51db95ccb6
Author: epavlova
Date: 2018-06-28 17:07 -0700
URL: http://hg.openjdk.java.net/jdk/submit11/rev/7c51db95ccb6
8205207: Port Graal unit tests under jtreg
Reviewed-by: kvn, erikj, iignatyev
! make/Main.gmk
! make/RunTests.gmk
+ make/autoconf/lib-tests.m4
! make/autoconf/libraries.m4
! make/autoconf/spec.gmk.in
! make/conf/jib-profiles.js
+ make/test/JtregGraalUnit.gmk
! test/TestCommon.gmk
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/compiler/graalunit/ApiDirectivesTest.java
+ test/hotspot/jtreg/compiler/graalunit/ApiTest.java
+ test/hotspot/jtreg/compiler/graalunit/AsmAarch64Test.java
+ test/hotspot/jtreg/compiler/graalunit/AsmAmd64Test.java
+ test/hotspot/jtreg/compiler/graalunit/AsmSparcTest.java
+ test/hotspot/jtreg/compiler/graalunit/CollectionsTest.java
+ test/hotspot/jtreg/compiler/graalunit/CoreAmd64Test.java
+ test/hotspot/jtreg/compiler/graalunit/CoreSparcTest.java
+ test/hotspot/jtreg/compiler/graalunit/CoreTest.java
+ test/hotspot/jtreg/compiler/graalunit/DebugTest.java
+ test/hotspot/jtreg/compiler/graalunit/GraphTest.java
+ test/hotspot/jtreg/compiler/graalunit/HotspotAmd64Test.java
+ test/hotspot/jtreg/compiler/graalunit/HotspotLirTest.java
+ test/hotspot/jtreg/compiler/graalunit/HotspotTest.java
+ test/hotspot/jtreg/compiler/graalunit/Jtt.MicroTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttBackendTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttBytecodeTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttExceptTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttHotpathTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttHotspotTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttJdkTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLangALTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLangMTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLangNZTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLoopTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttOptimizeTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttReflectAETest.java
+ test/hotspot/jtreg/compiler/graalunit/JttReflectFTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttReflectGZTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttThreadsTest.java
+ test/hotspot/jtreg/compiler/graalunit/LirJttTest.java
+ test/hotspot/jtreg/compiler/graalunit/LoopTest.java
+ test/hotspot/jtreg/compiler/graalunit/NodesTest.java
+ test/hotspot/jtreg/compiler/graalunit/OptionsTest.java
+ test/hotspot/jtreg/compiler/graalunit/PhasesCommonTest.java
+ test/hotspot/jtreg/compiler/graalunit/README.md
+ test/hotspot/jtreg/compiler/graalunit/ReplacementsTest.java
+ test/hotspot/jtreg/compiler/graalunit/TestPackages.txt
+ test/hotspot/jtreg/compiler/graalunit/UtilTest.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/AnsiTerminalDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/EagerStackTraceDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/FindClassesByAnnotatedMethods.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/GCAfterTestDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/JLModule.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxJUnitRequest.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxJUnitWrapper.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxRunListener.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxRunListenerDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/TestResultLoggerDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/TextRunListener.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/TimingDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/VerboseTextListener.java
+ test/hotspot/jtreg/compiler/graalunit/common/GraalUnitTestLauncher.java
+ test/hotspot/jtreg/compiler/graalunit/generateTests.sh
! test/jtreg-ext/requires/VMProps.java
More information about the jdk-submit-changes
mailing list