Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/widget/DualControlLayoutTest.java

Issue 2439083002: Do not run DualControlLayoutTest#testAlignSideBySide on JB (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/widget/DualControlLayoutTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/DualControlLayoutTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/DualControlLayoutTest.java
index c7814ff609dc8960320efbef8f595e6dabca9b1d..29a3766aabba8f481a9f29f77d7f70127cde5596 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/DualControlLayoutTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/DualControlLayoutTest.java
@@ -20,6 +20,7 @@ import android.view.View.MeasureSpec;
import android.view.ViewGroup.LayoutParams;
import android.widget.Space;
+import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.chrome.R;
/**
@@ -50,6 +51,7 @@ public class DualControlLayoutTest extends InstrumentationTestCase {
@SmallTest
@UiThreadTest
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
+ @MinAndroidSdkLevel(Build.VERSION_CODES.JELLY_BEAN_MR1)
public void testAlignSideBySide() {
runLayoutTest(ALIGN_START, false, false, false);
runLayoutTest(ALIGN_START, false, true, false);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698