Skip to content

Commit b3fab41

Browse files
author
David Holmes
committed
8373654: Tests in sources/ should only run once
Reviewed-by: shade, lmesnik
1 parent e75726e commit b3fab41

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/hotspot/jtreg/sources/TestIncludesAreSorted.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
/*
2525
* @test
2626
* @bug 8343802
27+
* @comment Only need to run this once, in tier1.
28+
* @requires vm.flagless & vm.debug
2729
* @summary Tests that HotSpot C++ files have sorted includes
2830
* @build SortIncludes
2931
* @run main TestIncludesAreSorted

test/hotspot/jtreg/sources/TestNoNULL.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
/*
2525
* @test
2626
* @bug 8343802
27+
* @comment Only need to run this once, in tier1.
28+
* @requires vm.flagless & vm.debug
2729
* @summary Test prevent NULL backsliding in hotspot code and tests
2830
* @run main TestNoNULL
2931
*/

0 commit comments

Comments
 (0)