mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-07 13:38:49 +00:00
8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
Reviewed-by: azvegint, alexsch
This commit is contained in:
parent
adf9cffca5
commit
515dca5c8b
@ -21,10 +21,10 @@
|
||||
* questions.
|
||||
*
|
||||
* @test
|
||||
* @bug 8075942
|
||||
* @bug 8075942 8080932
|
||||
* @summary test there is no exception rendering a dashed stroke
|
||||
* @run DashStrokeTest
|
||||
* @run -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine
|
||||
* @run main DashStrokeTest
|
||||
* @run main/othervm -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine DashStrokeTest
|
||||
*/
|
||||
|
||||
import java.awt.BasicStroke;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user