Skip to content

Commit abc1297

Browse files
lawrence-andrewHarshitha Onkar
authored and
Harshitha Onkar
committedDec 19, 2022
8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fails on non mac
Reviewed-by: serb, honkar
1 parent 5d330f5 commit abc1297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/*
2525
* @test
2626
* @bug 8054572
27+
* @requires (os.family == "mac")
2728
* @library /java/awt/regtesthelpers
2829
* @build PassFailJFrame
2930
* @summary Tests if JComboBox displays correctly when editable/non-editable
@@ -92,4 +93,4 @@ public static void main(String[] args) throws Exception {
9293

9394
pfjFrame.awaitAndCheck();
9495
}
95-
}
96+
}

0 commit comments

Comments
 (0)
Please sign in to comment.