History log of /cts/.gitignore
Revision Date Author Comments
16ac3c8ed1ba3d67efc1ddb1d2e90beca4e12137 12-Jun-2014 Antonio Calabrese <acalabrese@google.com> Initial canvas comparison tests.

Change-Id: I3790aba665cb2188754803ab723a216a16533330
a6ea2481f93a3e703de11bb1f6c656827608cea3 09-Jan-2014 Brett Chabot <brettchabot@google.com> Move to android.support.test as CTS instrumentation runner.

Also do the following related cleanup
- Remove references to deprecated BrokenTest and KnownFailure
- Switch CTS tests to build against SDK and not private
android.test.runner where possible

Bug: 12924356

Change-Id: If6151b836456eec4838f8d7d6e11c9834c007fca
5eba08f3c0ca1eaa5411970731723a970fb50077 27-Mar-2012 Keun young Park <keunyoung@google.com> cts_audio work: initial code
- volume calibration and THD test case work tuned.
- 59 unit tests pass
- local audio playback / recording works : uses tinyalsa
- host to device ptorocol in host side implemented / tested (with loopback)
- device side recording / playback works for test cases / test_io.xml
- python processing baseline added.
- spectrum algorithm implementated: calculate Transfer Function of device
over host and check if amplitudes are within margain. Needs parameter tuning
- spectrum test needs some improvements due to the non-flat response from
ref microphone.
- build is enabled only for linux host except the client code

Change-Id: I8453ac72b6fce7ddbfee7e2cc05207f09f2b3d88
34d6427d46a372985e1b29b1a9f57c4388ac0bf3 12-May-2012 Keun young Park <keunyoung@google.com> Revert "cts_audio work: initial code - volume calibration and THD test case work tuned. - 59 unit tests pass - local audio playback / recording works : uses tinyalsa - host to device ptorocol in host side implemented / tested (with loopback) - device side recordi"

This reverts commit 4bbb5d774927b9ae5cc8c9fda1a52480b645671f
4bbb5d774927b9ae5cc8c9fda1a52480b645671f 27-Mar-2012 Keun young Park <keunyoung@google.com> cts_audio work: initial code
- volume calibration and THD test case work tuned.
- 59 unit tests pass
- local audio playback / recording works : uses tinyalsa
- host to device ptorocol in host side implemented / tested (with loopback)
- device side recording / playback works for test cases / test_io.xml
- python processing baseline added.
- spectrum algorithm implementated: calculate Transfer Function of device
over host and check if amplitudes are within margain. Needs parameter tuning
- spectrum test needs some improvements due to the non-flat response from
ref microphone.

Change-Id: I5288dec42f272260f30f1ace1374d365e31d1664
05b8357d9c8fe7c09f9711d929ae684b78cef85e 08-Sep-2010 Brett Chabot <brettchabot@android.com> Initial checkin for TradeFederation based CTS harness.

Change-Id: Ia99064ce8703ba6fd3b7edb94ef0b43ed60ccba6
3da7534f2880068b90b88585c45be62751dbfd6b 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
48a66ccf9d950b654fc2c401b3f912dc45e05564 31-Aug-2009 Bill Napier <napier@google.com> CTS tests for checking that the proper default values are set for the new Manifest Attributes.
0d6ef0674c25f652d5891c996042382211084edc 13-Aug-2009 Phil Dubach <phillipd@google.com> CTS: Python script to replace the description and plan generator

This will eventually replace the very complex and hard to maintain
genDefaultTestPlan.sh. In this initial step, the functionality is
kept identical to original script.

A separate change in build/core/tasks/cts.mk is needed to make the
switch to the new script.