mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-29 00:02:34 +00:00
Update @bug entries in test class doc comments
This commit is contained in:
parent
8d4840b671
commit
1e7da59d46
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 4533872 4985214 4985217 4993841 5017268 5017280 8298033
|
||||
* @bug 4533872 4985214 4985217 4993841 5017268 5017280 8298033 8364007
|
||||
* @summary Unit tests for supplementary character support (JSR-204)
|
||||
* @compile Supplementary.java
|
||||
* @run main/timeout=600 Supplementary
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
/*
|
||||
*
|
||||
* @test
|
||||
* @bug 4533872 4915683 4922962 4985217 5017280 6242664 6588260
|
||||
* @bug 4533872 4915683 4922962 4985217 5017280 6242664 6588260 8364007
|
||||
* @summary Unit tests for supplementary character support (JSR-204)
|
||||
*/
|
||||
|
||||
@ -386,7 +386,8 @@ public class Supplementary {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test codePointCount(int, int)
|
||||
* Test codePointCount(int, int) &
|
||||
* codePointCount()
|
||||
*
|
||||
* This test case assumes that Character.codePointCount() &
|
||||
* Character.codePointCount(CharSequence, int, int) works
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
/*
|
||||
*
|
||||
* @test
|
||||
* @bug 4533872 4915683 4985217 5017280 6937112
|
||||
* @bug 4533872 4915683 4985217 5017280 6937112 8364007
|
||||
* @summary Unit tests for supplementary character support (JSR-204)
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user