Home
last modified time | relevance | path

Searched refs:TestExitCode (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corert/tests/CoreCLR/
H A Dbuild-and-run-test.cmd34 set TestExitCode=!ERRORLEVEL! variable
58 set TestExitCode=!ERRORLEVEL! variable
69 exit /b !TestExitCode!
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode) in execute()
84 exitCode = ((TestExitCode) o).getExitCode(); in execute()
H A DTestExitCode.java29 public interface TestExitCode { interface
H A DTestBase.java33 public abstract class TestBase implements Test, LogAware, TestExitCode {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode) in execute()
84 exitCode = ((TestExitCode) o).getExitCode(); in execute()
H A DTestExitCode.java29 public interface TestExitCode { interface
H A DTestBase.java33 public abstract class TestBase implements Test, LogAware, TestExitCode {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode) in execute()
84 exitCode = ((TestExitCode) o).getExitCode(); in execute()
H A DTestExitCode.java29 public interface TestExitCode { interface
H A DTestBase.java33 public abstract class TestBase implements Test, LogAware, TestExitCode {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode) in execute()
84 exitCode = ((TestExitCode) o).getExitCode(); in execute()
H A DTestExitCode.java29 public interface TestExitCode { interface
H A DTestBase.java33 public abstract class TestBase implements Test, LogAware, TestExitCode {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode)
84 exitCode = ((TestExitCode) o).getExitCode();
H A DTestExitCode.java29 public interface TestExitCode { interface
H A DTestBase.java33 public abstract class TestBase implements Test, LogAware, TestExitCode {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode) in execute()
84 exitCode = ((TestExitCode) o).getExitCode(); in execute()
H A DTestExitCode.java29 public interface TestExitCode { interface
H A DTestBase.java33 public abstract class TestBase implements Test, LogAware, TestExitCode {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode) in execute()
84 exitCode = ((TestExitCode) o).getExitCode(); in execute()
H A DTestExitCode.java29 public interface TestExitCode { interface
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/test/
H A DTests.java83 if (o instanceof TestExitCode) in execute()
84 exitCode = ((TestExitCode) o).getExitCode(); in execute()
H A DTestExitCode.java29 public interface TestExitCode { interface
/dports/deskutils/mindforger/mindforger-1.52.0/
H A Dappveyor.yml77 $TestExitCode=$LastExitCode
80 Write-Output "Test exit code: $TestExitCode"
81 if ($TestExitCode -ne 0) {
/dports/net/rclone/rclone-1.57.0/lib/atexit/
H A Datexit_test.go23 func TestExitCode(t *testing.T) { func

1234