1. 19 Sep, 2014 1 commit
  2. 15 Sep, 2014 1 commit
  3. 12 Sep, 2014 1 commit
  4. 10 Sep, 2014 1 commit
  5. 03 Sep, 2014 2 commits
    • 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
    • Eric Penner's avatar
      Add WebGL Device Tests. · f0a43ae1
      Eric Penner authored
      This adds a very minimal WebGL conformance harness, which allows
      us to run WebGL tests in WebView. In order to report results for
      each test, the test methods are generated from the WebGL
      conformance test cases using python.
      
      Bug: 14639928
      Change-Id: I4b8c25e771bdfdd60eb5918b73d4ab9032544789
      f0a43ae1
  6. 28 Aug, 2014 1 commit
  7. 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
  8. 26 Aug, 2014 1 commit
  9. 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
  10. 21 Aug, 2014 1 commit
    • Tim Murray's avatar
      Remove RSG tests. · 53a0d673
      Tim Murray authored
      bug 16846318
      
      Change-Id: Ib0d71a32fa71c081458fb3c328a859fac611175e
      53a0d673
  11. 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
  12. 05 Aug, 2014 1 commit
  13. 24 Jul, 2014 1 commit
  14. 22 Jul, 2014 1 commit
  15. 20 Jun, 2014 1 commit
  16. 13 Jun, 2014 1 commit
  17. 12 Jun, 2014 1 commit
  18. 21 May, 2014 2 commits
  19. 08 Apr, 2014 1 commit
  20. 20 Feb, 2014 1 commit
  21. 19 Feb, 2014 1 commit
  22. 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
  23. 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
  24. 17 Jan, 2014 1 commit
  25. 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
  26. 08 Nov, 2013 1 commit
  27. 06 Nov, 2013 1 commit
  28. 25 Oct, 2013 1 commit
  29. 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
  30. 23 Sep, 2013 1 commit
  31. 28 Aug, 2013 1 commit
  32. 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
  33. 08 Aug, 2013 1 commit
  34. 07 Aug, 2013 1 commit
  35. 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
  36. 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
  37. 14 Jun, 2013 1 commit
  38. 21 May, 2013 1 commit