Skip to content

Commit

Permalink
JBR-7990 Vulkan: Robot pixel grabbing for Vulkan surfaces
Browse files Browse the repository at this point in the history
Limited platform for tests
  • Loading branch information
avu committed Dec 16, 2024
1 parent 738550e commit c9f6850
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/jdk/jb/java/awt/wayland/RobotGetOOBPixelsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

/*
* @test
* @requires os.family == "linux"
* @summary Verifies that robot correctly pick color
* @run main/othervm -Dawt.toolkit.name=WLToolkit -Dsun.java2d.vulkan=True RobotGetOOBPixelsTest
* @run main/othervm -Dawt.toolkit.name=WLToolkit -Dsun.java2d.vulkan=False RobotGetOOBPixelsTest
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jb/java/awt/wayland/RobotGetPixelTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

/*
* @test
* @requires os.family == "linux"
* @summary Verifies that robot correctly pick color
* @run main/othervm -Dawt.toolkit.name=WLToolkit -Dsun.java2d.vulkan=True RobotGetPixelTest
* @run main/othervm -Dawt.toolkit.name=WLToolkit -Dsun.java2d.vulkan=False RobotGetPixelTest
Expand Down
1 change: 1 addition & 0 deletions test/jdk/jb/java/awt/wayland/RobotGetPixelsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

/*
* @test
* @requires os.family == "linux"
* @summary Verifies that robot correctly pick color
* @run main/othervm -Dawt.toolkit.name=WLToolkit -Dsun.java2d.vulkan=True RobotGetPixelsTest
* @run main/othervm -Dawt.toolkit.name=WLToolkit -Dsun.java2d.vulkan=False RobotGetPixelsTest
Expand Down

0 comments on commit c9f6850

Please sign in to comment.