Skip to content
Commit 337db2dc authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Move AM/WM unit tests out of FrameworksServicesTests to WmTests

Test: All AM/WM presubmit and non-flaky test pass
    146 com.android.server.am
    188 com.android.server.wm
     32 com.android.server.policy
    $ tradefed.sh run commandAndExit WmTests \
          --include-filter com.android.server.am. \
          --include-annotation android.platform.test.annotations.Presubmit \
          --exclude-annotation androidx.test.filters.FlakyTest
    $ tradefed.sh run commandAndExit WmTests \
          --include-filter com.android.server.wm. \
          --include-annotation android.platform.test.annotations.Presubmit \
          --exclude-annotation androidx.test.filters.FlakyTest
    $ tradefed.sh run commandAndExit WmTests \
          --include-filter com.android.server.policy. \
          --include-annotation android.platform.test.annotations.Presubmit \
          --exclude-annotation androidx.test.filters.FlakyTest
Test: No AM/WM unit test in FrameworksServicesTests
    $ tradefed.sh run commandAndExit FrameworksServicesTests \
          --include-filter com.android.server.am.
    $ tradefed.sh run commandAndExit FrameworksServicesTests \
          --include-filter com.android.server.wm.
    $ tradefed.sh run commandAndExit FrameworksServicesTests \
          --include-filter com.android.server.policy.
Bug: 113800711

Change-Id: I01ab256aabf7e1f1b513fe3b92140f6936c2d649
parent e1b637d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment