Skip to content

Commit 68aaa9b

Browse files
authored
Merge branch 'master' into goetz_backport_8374434
2 parents 7abfd2d + 13c9878 commit 68aaa9b

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

test/jdk/javax/sound/sampled/Clip/bug5070081.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2026, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -31,7 +31,8 @@
3131

3232
/*
3333
* @test
34-
* @bug 5070081
34+
* @key sound
35+
* @bug 5070081 8376152
3536
* @summary Tests that javax.sound.sampled.Clip does not loses position through
3637
* stop/start
3738
*/

test/langtools/jdk/jshell/ErrorTranslationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ private String createMarkingLine(int start, int end) {
149149
return sb.toString();
150150
}
151151

152+
@Test
152153
public String getKind(Diagnostic.Kind kind) {
153154
switch (kind) {
154155
case WARNING:

test/langtools/jdk/jshell/IdGeneratorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
public class IdGeneratorTest {
4646

47+
@Test
4748
public JShell.Builder getBuilder() {
4849
TestingInputStream inStream = new TestingInputStream();
4950
ByteArrayOutputStream outStream = new ByteArrayOutputStream();

test/langtools/jdk/jshell/KullaCompletenessStressTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
3838
public class KullaCompletenessStressTest extends CompletenessStressTest {
3939
@Override
40+
@Test
4041
public File[] getDirectoriesToTest() {
4142
String src = System.getProperty("test.src");
4243
File file;

0 commit comments

Comments
 (0)