/libcore/expectations/ |
D | skippedCtsTest_manual_base.txt | 11 "bug": 310050493, 16 "bug": 310050493, 21 "bug": 316502724, 26 "bug": 316502724, 31 "bug": 338503591, 36 "bug": 338503591, 41 "bug": 338503591, 46 "bug": 338503591,
|
D | skippedCtsTest.txt | 26 "bug": 259671905, 33 "bug": 260847206, 40 "bug": 286802267, 48 "bug": 286802267, 56 "bug": 286802267, 64 "bug": 287231726, 74 "bug": 287231726, 91 "bug": 287231726, 99 "bug": 310050493, 108 "bug": 310050493, [all …]
|
D | knownfailures.txt | 50 bug: 40103 55 bug: 5171136 60 bug: 3473300 65 bug: 2541757 70 bug: 2400429 75 bug: 3042192 89 bug: 2985901 300 bug: 3403706, 317 bug: 3403706, 322 bug: 3403706, [all …]
|
D | virtualdeviceknownfailures.txt | 18 bug: 30965313 23 bug: 35670953 33 bug: 35922755 38 bug: 35922755 46 bug: 73535217
|
/libcore/tools/expected_upstream/ |
D | ojluni_merge_package.sh | 32 -b|--bug - the bug number to use in the commit message; if not defined it will 97 -b|--bug) 160 local bug="${2}" 162 if [[ -n "${bug}" ]] 164 echo ojluni_merge_to_main -b "${bug}" 165 ojluni_merge_to_main -b "${bug}" || die "Failed to merge ${package} to master" 190 local bug="${3}" 221 do-merge "${package}" "${bug}"
|
D | README.md | 38 ojluni_merge_to_main # -b <bug id> if it fixes any bug 44 ojluni_merge_to_main # -b <bug id> if it fixes any bug 167 * Due a Gerrit bug, you can't submit the commit `C` before submitting `B`
|
D | ojluni_merge_to_main.py | 260 bug=str_bug, change_id_str=change_id_str) 512 summary=summary_msg, files=str_affected_paths, bug=str_bug, 588 bug_id = args.bug
|
/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/ |
D | Main.java | 206 Long bug = -1L; in storeIfNonCts() 213 case "bug" -> bug = (Long) a.values.get(i + 1); in storeIfNonCts() 217 return new NonCtsEntry(name, bug, desc); in storeIfNonCts() 271 if (cluster.key.bug != -1) { in write() 273 jsonWriter.value(cluster.key.bug); in write() 302 public record NonCtsEntry(String name, long bug, String description) {} in NonCtsEntry() argument 309 public record Key(long bug, String description) implements Comparable<Key> { 311 private static final Comparator<Key> COMPARATOR = Comparator.comparing(Key::bug) 314 this(entry.bug, entry.description); in Key()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | UUIDTest.java | 58 @NonCts(bug = 310050493, reason = NonCtsReasons.INTERNAL_APIS) 75 @NonCts(bug = 310050493, reason = NonCtsReasons.INTERNAL_APIS) 89 @NonCts(bug = 310050493, reason = NonCtsReasons.INTERNAL_APIS)
|
/libcore/ |
D | README.md | 5 [File a new bug](http://b/new?component=24949) 7 [File a new public bug](https://issuetracker.google.com/issues/new?component=192710)
|
D | libcore.aconfig | 26 bug: "306360493" 36 bug: "323357598" 46 bug: "333161320"
|
/libcore/test-rules/src/main/java/libcore/test/annotation/ |
D | NonVogar.java | 32 long bug() default -1; in bug() method
|
D | NonCts.java | 43 long bug() default -1; in bug() method
|
D | NonMts.java | 32 long bug() default -1; in bug() method
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | DateFormatTest.java | 78 @NonMts(bug = 320622741, disabledUntilSdk = VersionCodes.VANILLA_ICE_CREAM, 102 @NonMts(bug = 320622741, disabledUntilSdk = VersionCodes.VANILLA_ICE_CREAM,
|
D | OldDecimalFormatSymbolsTest.java | 36 @NonCts(bug = 287231726, reason = NonCtsReasons.NON_BREAKING_BEHAVIOR_FIX)
|
/libcore/luni/src/test/java/libcore/jdk/internal/access/ |
D | SharedSecretsTest.java | 28 @NonCts(bug = 287231726, reason = NonCtsReasons.INTERNAL_APIS)
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | ZipOutputStreamTest.java | 136 bug = "31797037") 193 bug = "31797037") 271 bug = "31797037") 340 @NonCts(bug = 310050493, reason = NonCtsReasons.NON_BREAKING_BEHAVIOR_FIX)
|
D | DeflaterOutputStreamTest.java | 189 bug = "31797037") 304 bug = "31797037") 352 bug = "31797037")
|
D | InflaterOutputStreamTest.java | 50 bug = "31798154") 282 bug = "31797037")
|
/libcore/luni/src/test/java/libcore/libcore/icu/ |
D | DateIntervalFormatTest.java | 30 @NonCts(bug = 287231726, reason = NonCtsReasons.INTERNAL_APIS)
|
/libcore/luni/src/test/java/libcore/android/compat/ |
D | VersionCodesTest.java | 38 @NonMts(bug = 345122173, reason = "SDK level isn't finalized on the older platforms.")
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | GZIPOutputStreamTest.java | 38 @NonCts(bug = 310050493, reason = NonCtsReasons.NON_BREAKING_BEHAVIOR_FIX)
|
D | ZipFileTest.java | 41 @NonCts(bug = 338503591, reason = NonCtsReasons.NON_BREAKING_BEHAVIOR_FIX)
|
/libcore/test-rules/src/main/java/libcore/junit/util/ |
D | ResourceLeakageDetector.java | 227 String bug(); in bug() method
|