Loading tests/src/com/android/launcher3/util/rule/TestStabilityRule.java +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ public class TestStabilityRule implements TestRule { Pattern.compile("^(" + "(?<local>(BuildFromAndroidStudio|" + "([0-9]+|[A-Z])-eng\\.[a-z]+\\.[0-9]+\\.[0-9]+))|" + "(?<platform>[A-Z]([a-z]|[0-9])*)" + "(?<platform>([A-Z][a-z]*[0-9]*|[0-9]+)*)" + ")$"); private static final Pattern PLATFORM_BUILD = Pattern.compile("^(" Loading Loading
tests/src/com/android/launcher3/util/rule/TestStabilityRule.java +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ public class TestStabilityRule implements TestRule { Pattern.compile("^(" + "(?<local>(BuildFromAndroidStudio|" + "([0-9]+|[A-Z])-eng\\.[a-z]+\\.[0-9]+\\.[0-9]+))|" + "(?<platform>[A-Z]([a-z]|[0-9])*)" + "(?<platform>([A-Z][a-z]*[0-9]*|[0-9]+)*)" + ")$"); private static final Pattern PLATFORM_BUILD = Pattern.compile("^(" Loading