Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1251a531 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge changes I4db7d955,I51e707c2,Id9f6a936 into main

* changes:
  Bulk-enable more SysUI tests on Ravenwood.
  Python script to bulk-enable Ravenwood tests.
  Improve Ravenwood logging/messages.
parents 51f680c5 79a19108
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class SysuiTestCaseSelfTest : SysuiTestCase() {
    private val contextBeforeSetup = context

+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class AccessibilityQsShortcutsRepositoryImplTest : SysuiTestCase() {
    private val testDispatcher = StandardTestDispatcher()
    private val testScope = TestScope(testDispatcher)
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import org.junit.runner.RunWith
@OptIn(ExperimentalCoroutinesApi::class)
@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class ColorCorrectionRepositoryImplTest : SysuiTestCase() {

    private val testUser1 = UserHandle.of(1)!!
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import org.junit.runner.RunWith
@OptIn(ExperimentalCoroutinesApi::class)
@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class ColorInversionRepositoryImplTest : SysuiTestCase() {

    private val testUser1 = UserHandle.of(1)!!
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class UserA11yQsShortcutsRepositoryTest : SysuiTestCase() {
    private val secureSettings = FakeSettings()
    private val testDispatcher = StandardTestDispatcher()
Loading