mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8333116: test/jdk/tools/jpackage/share/ServiceTest.java test fails
Backport-of: 91ab088d5e
This commit is contained in:
committed by
Sergey Shelomentsev
parent
f0cc84eb23
commit
60d5cf1ff6
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2022, 2024, 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
|
||||
@@ -49,7 +49,9 @@ import jdk.jpackage.test.TKit;
|
||||
* @build jdk.jpackage.test.*
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @compile ServiceTest.java
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=360 -Xmx512m
|
||||
* --add-opens jdk.jpackage/jdk.jpackage.internal=ALL-UNNAMED
|
||||
* jdk.jpackage.test.Main
|
||||
* --jpt-run=ServiceTest
|
||||
*/
|
||||
public class ServiceTest {
|
||||
|
||||
Reference in New Issue
Block a user