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