1. 03 Sep, 2014 1 commit
    • Chenjie Luo's avatar
      Create a theme test in cts and updated reference pictures · 42aaa5c1
      Chenjie Luo authored
      1) Move android.host.holo to android.host.theme
      2) Migrate other tests from android.holo to android.host.theme
      3) Skip theme test for watch and tv
      4) Delete the CtsHoloTestCases
      
      bug: 17160329
      Change-Id: I17bddcbd3a97d5638ba77a6f6b7b0b492c63d4cb
      42aaa5c1
  2. 28 Aug, 2014 1 commit
  3. 27 Aug, 2014 1 commit
    • Evan Charlton's avatar
      Set up Telecomm CTS tests · 8a8eec23
      Evan Charlton authored
      Add a skeleton CTS test framework for Telecomm, as well as some
      initial tests to verify behavior.
      
      Bug: 16431051
      
      Change-Id: Ie1df9a4ab1c1a2030cb58d1b08e1596627dd9778
      8a8eec23
  4. 26 Aug, 2014 1 commit
  5. 22 Aug, 2014 1 commit
    • Chenjie Luo's avatar
      Create a theme test in cts · d2f312b7
      Chenjie Luo authored
      1) Move android.host.holo to android.host.theme
      2) Migrate other tests from android.holo to android.host.theme
      3) Skip theme test for watch and tv
      
      bug: 17160329
      
      Change-Id: I17bddcbd3a97d5638ba77a6f6b7b0b492c63d4cb
      d2f312b7
  6. 21 Aug, 2014 1 commit
    • Tim Murray's avatar
      Remove RSG tests. · 53a0d673
      Tim Murray authored
      bug 16846318
      
      Change-Id: Ib0d71a32fa71c081458fb3c328a859fac611175e
      53a0d673
  7. 07 Aug, 2014 1 commit
    • Wonsik Kim's avatar
      Add TvInputInfoTest · 42fe8894
      Wonsik Kim authored
      Add TvInputInfoTest and deprecate badly outdated TvInputManagerTest.
      
      Bug: 16831503, Bug: 16409584
      Change-Id: Id1fa670859a9824ca644e0b39e961e9e65694f85
      42fe8894
  8. 05 Aug, 2014 1 commit
  9. 24 Jul, 2014 1 commit
  10. 22 Jul, 2014 1 commit
  11. 20 Jun, 2014 1 commit
  12. 13 Jun, 2014 1 commit
  13. 12 Jun, 2014 1 commit
  14. 21 May, 2014 2 commits
  15. 08 Apr, 2014 1 commit
  16. 20 Feb, 2014 1 commit
  17. 19 Feb, 2014 1 commit
  18. 14 Feb, 2014 1 commit
    • Narayan Kamath's avatar
      Fix mac SDK builds. · fef43142
      Narayan Kamath authored
      libBionicTests isn't built for Mac hosts, so we can't
      build bionic cts tests either. Even though CTS tests run
      on the target (not the host) bionic-unit-tests-cts_list
      can't be built, and is used to generate the test
      description XML.
      
      Note: This shows up as a build breakage on
      mirror-aosp-master but not master because the build bot
      doesn't use checkbuild on that target.
      
      Change-Id: I23b980160945f071264cfbb085a796416d78afb5
      fef43142
  19. 28 Jan, 2014 1 commit
    • Stuart Scott's avatar
      Removing samples from test case list. · 0ec21e57
      Stuart Scott authored
      If people want to build it, they can with;
      make CtsSampleDeviceTestCases CtsSampleDeviceApp CtsSampleHostTestCases
      
      Change-Id: I72527fb872538aec3679ed4b2fb3ea3560978f5f
      0ec21e57
  20. 17 Jan, 2014 1 commit
  21. 08 Jan, 2014 1 commit
    • Svetoslav's avatar
      Adding printing CTS tests and some tests. · 12c82d43
      Svetoslav authored
      1. Added infrastructure for writing print tests.
      
         Print tests require mocking both the print application
         and the print services. Therefore, both the app and the
         services are in the same APK.
      
         Using print services requires that they are enabled by
         the user via the UI which changes a secure setting with
         the enabled services. The test app cannot change these
         settings. Therefore, there is a custom host side test
         driver which sets the enabled services setting before
         running the tests.
      
         The print spooler keeps track of used printers, hence
         running a test changes the state of the spooler potentially
         affecting subsequent tests, i.e. the order of runnings
         tests begins to matter which is fragile as the test
         runner does not guarantee order of execution. However,
         the test APK cannot clear the data of another app, i.e the
         PrintSpooler. To handle this the host side test driver
         installs and calls a shell Java program which creates
         a proxy object which has API for clearing an app's
         user data (the shell user has permissions to do that)
         and passes this proxy to the instrumentation that
         contains the tests. Fun!
      
      2. Added tests for the PrintDocumentAdapter lifecycle.
      
      Change-Id: Ie9929c2e364a43b262667c5198967e01858f4389
      12c82d43
  22. 08 Nov, 2013 1 commit
  23. 06 Nov, 2013 1 commit
  24. 25 Oct, 2013 1 commit
  25. 03 Oct, 2013 1 commit
    • Jeff Sharkey's avatar
      Test new READ/WRITE_EXTERNAL_STORAGE behavior. · 85fb765e
      Jeff Sharkey authored
      In KLP, the platform now makes package-specific directories on
      external storage available to apps without requiring they hold any
      storage permissions.  This change uses three different packages to
      verify behavior of apps with no permissions, with READ_EXTERNAL,
      and with WRITE_EXTERNAL.  All three packages run a set of common
      tests to verify that package-specific directories are always
      writable.
      
      Also verifies behavior of new APIs that provide access to secondary
      external storage devices.  Specifically, apps only get write access
      to their package-specific directories.  Apps holding WRITE_EXTERNAL
      can only write outside their package-specific directories on primary
      external storage.
      
      Bug: 10577541
      Change-Id: I467221c358fdc69f88d0df81d7ee50ad3c5ab5d5
      85fb765e
  26. 23 Sep, 2013 1 commit
  27. 28 Aug, 2013 1 commit
  28. 21 Aug, 2013 1 commit
    • keunyoung's avatar
      add test to check usb serial == Build.SERIAL · b04de8ff
      keunyoung authored
      - follows cdd update for KLP
      - checks matches of serial, property ro.serialno, Build.SERIAL, and USB serial
      - also updated os.Build test regarding minimum length change
      - lsusb should be installed in host to make this test pass: apt-get install usbutils
      
      bug: 10298217
      Change-Id: Ibe83dcec34924da7d7d08e3e34cbfa11550b3219
      b04de8ff
  29. 08 Aug, 2013 1 commit
  30. 07 Aug, 2013 1 commit
  31. 01 Jul, 2013 1 commit
    • Stuart Scott's avatar
      Moving Jank test to UI Automator. · 5e74e0ac
      Stuart Scott authored
      This allows us to reuse JankTestBase and will make it easier to create
      future jank tests which require UI interactions.
      
      Change-Id: I23250dcef6ce8faf183d275afd044a2e034dfefb
      5e74e0ac
  32. 25 Jun, 2013 1 commit
    • Stuart Scott's avatar
      Calculating jank from the timestamps. · 5ad50094
      Stuart Scott authored
      The reference benchmark was too heavy so instead the primitive benchmark
      is being run with the smallest workload. A thread then queries the
      timestamps from the device and calculates the jank.
      
      Also switched the host side test away from UI automator as it was no
      longer needed.
      
      Change-Id: Ibe6e34b5815f67bd51ef303bba8ac265cd04af10
      5ad50094
  33. 14 Jun, 2013 1 commit
  34. 21 May, 2013 1 commit
  35. 10 May, 2013 1 commit
    • Kenny Root's avatar
      AndroidKeyStore and AndroidKeyPairGenerator tests · f32bcbce
      Kenny Root authored
      Adds tests for AndroidKeyStore and AndroidKeyPairGenerator in the
      android.security package. Note that this test package is
      android.keystore since the android.security package is taken by some
      unrelated tests that tests platform security settings.
      
      Bug: 8608597
      Change-Id: I2d203bf6f685444dab06c84b173ade220ac7fc46
      f32bcbce
  36. 24 Apr, 2013 1 commit
    • Svetoslav's avatar
      Move accessibility CTS tests to UiAutomation and fixing all broken ones. · b647a5af
      Svetoslav authored
      Accessibility tests were using a delegating accessibility service that
      is reinstalled and enabled by the shell test driver since running
      instrumentation restarts the tested package which breaks the binding
      between the system and an accessibility service. Now that we have public
      UI testing APIs, this ugliness is not needed. This change moves the
      relevant accessibility tests to use the UiAutomationa APIs.
      
      bug:8695422
      bug:8657560
      
      Change-Id: I7130d91aeea32f86548f46ce24bd04a198700d36
      b647a5af
  37. 03 Apr, 2013 1 commit
    • keunyoung's avatar
      merge adb unit / stress tests · c767cbae
      keunyoung authored
      - cases involving reboot and fastboot all removed.
      - cases involving device APK removed. can be added later.
      - failing cases for user image also removed.
      - package name aadb is intentional to run it first.
      
      bug: 8400629
      
      Change-Id: I488573b69bbd1a3a07b18bb4be3c0bd4403ccc3c
      c767cbae
  38. 11 Jan, 2013 1 commit
    • Keun young Park's avatar
      merge PTS into CTS package · d93d0d1c
      Keun young Park authored
      - pts still have its own package list : PtsBenchmarkingList
      - except that all others are relying on CTS
      - CTS plan now includes PTS
      - SDK plan corresponds to the old CTS (no PTS)
      - No more distinction of PTS / CTS mode in several places
      
      Change-Id: Ifb2245880a92e0d37a57591f41cdb840010e36a4
      d93d0d1c
  39. 04 Dec, 2012 1 commit