mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8271402: mark hotspot runtime/os tests which ignore external VM flags
Reviewed-by: dholmes
(cherry picked from commit e593e3de4c)
This commit is contained in:
committed by
Vitaly Provodin
parent
61a3a7b8e8
commit
b5c9d1299d
@@ -26,6 +26,7 @@
|
||||
* @bug 6515172 8148766
|
||||
* @summary Check that availableProcessors reports the correct value when running in a cpuset on linux
|
||||
* @requires os.family == "linux"
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @run driver AvailableProcessors
|
||||
|
||||
@@ -31,6 +31,7 @@ import jdk.test.lib.process.OutputAnalyzer;
|
||||
* VM was either compiled on a platform which does not define CPU_ALLOC,
|
||||
* or it is executed on a platform that does not support it.
|
||||
* @requires os.family == "linux"
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @run driver TestUseCpuAllocPath
|
||||
|
||||
Reference in New Issue
Block a user