Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8241707: introduce randomness k/w to hotspot test suite
Browse files Browse the repository at this point in the history
Reviewed-by: kvn, mseledtsov
  • Loading branch information
iignatev committed Apr 9, 2020
1 parent d109136 commit 0eb72d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/TEST.ROOT
Expand Up @@ -27,7 +27,8 @@
# It also contains test-suite configuration information.

# The list of keywords supported in this test suite
keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent
# randomness: test uses randomness, test cases differ from run to run
keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent randomness

groups=TEST.groups TEST.quick-groups

Expand Down
5 changes: 3 additions & 2 deletions test/hotspot/jtreg/testlibrary_tests/RandomGeneratorTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,7 +23,8 @@

/*
* @test
* @summary Verify correctnes of the random generator from Utility.java
* @key randomness
* @summary Verify correctnes of the random generator from Utils.java
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down

0 comments on commit 0eb72d4

Please sign in to comment.