- 10 Feb, 2015 2 commits
-
-
Nicholas Sauer authored
* commit 'ac08bc8a': Update Android CTS bandaid urls that use test_key1 to a new key
-
Nicholas Sauer authored
-
- 13 Jan, 2015 3 commits
-
-
Marco Nelissen authored
* commit '6558d48b': Fix test
-
Marco Nelissen authored
-
Marco Nelissen authored
MediaPlayer.isPlaying is unreliable/broken for Midi files, so don't test that aspect.
-
- 10 Jan, 2015 1 commit
-
-
Nicholas Sauer authored
bug:18640852 Change-Id: I9d7c83395dd95af3e82619b48e6c13733786ce2d
-
- 23 Dec, 2014 3 commits
-
-
Marco Nelissen authored
* commit 'bba8cbda': Add tests for midi playback
-
Marco Nelissen authored
-
Marco Nelissen authored
Change-Id: Ie2dd509870a89b2eec346e8e6cf1e80d727a1f9c
-
- 30 Oct, 2014 1 commit
-
-
Eric Laurent authored
Bug: 18001784. Bug: 18002005. Change-Id: I65bbce0578ae77b1c24156c75bb751365acd709b
-
- 03 Oct, 2014 3 commits
-
-
Unsuk Jung authored
* commit '4bc52341': Fix CTS case testQueryExternalMiniThumbnails failure
-
Unsuk Jung authored
-
Yu Liu authored
The output Bitmap of BitmapFactory.decodeResource depends on device display density so that the thumbnail resolution is different, add target density parameter when call to ensure the output Bitmap is same on all devices. Change-Id: I0d4dbca9752126baab6be9ba829d3320e6f4a033
-
- 07 Sep, 2014 3 commits
-
-
Unsuk Jung authored
* commit 'f7443794': fix CTS issue for case testSetOnScrollListener
-
Unsuk Jung authored
-
xiaoming Liu authored
Bug: 17414612 The country list is too short for 1080p device. It can be displayed fullly without scrollbar. The fix is to make the list longer enough for scrolling. (cherry picked from commit b97bc588) Change-Id: Id923b380f950e5e1583a625b0e3c71d4e8287ee1
-
- 13 Jul, 2014 1 commit
-
-
Nick Kralevich authored
* commit '36fe6994': fix arm64 build
-
- 12 Jul, 2014 3 commits
-
-
Nick Kralevich authored
* commit '92f291cd': Cleanup vroot test and fix false positive.
-
Nick Kralevich authored
* commit '43cb7695': Revert "Cleanup vroot test and fix false positive."
-
Nick Kralevich authored
* commit '13aa9040': Cleanup vroot test and fix false positive.
-
- 11 Jul, 2014 1 commit
-
-
Nick Kralevich authored
-
- 12 Jul, 2014 1 commit
-
-
Nick Kralevich authored
The previous test was too complicated. Use the kernel binary sysctl to exercise the get_user call instead. Besides being simpler, it has the advantage of not crashing the device if the vulnerability is present. Credit for the idea comes from https://twitter.com/grsecurity/status/401443359912239105 Bug: 15408470 Change-Id: Ib77436a31fa3c55e15b56f6e1a7a89d1d39b81ee
-
- 11 Jul, 2014 1 commit
-
-
Nick Kralevich authored
-
- 12 Jul, 2014 1 commit
-
-
Nick Kralevich authored
The previous test was too complicated. Use the kernel binary sysctl to exercise the get_user call instead. Besides being simpler, it has the advantage of not crashing the device if the vulnerability is present. Credit for the idea comes from https://twitter.com/grsecurity/status/401443359912239105 Bug: 15408470 Change-Id: Ia95191b4ebbf9310d7ddcf499a106b0561e10dea
-
- 10 Jul, 2014 1 commit
-
-
Nick Kralevich authored
-
- 13 Jul, 2014 1 commit
-
-
Colin Cross authored
arm64 doesn't have __NR__sysctl defined because the sysctl syscall is deprecated. Since the vulnerability being tested for only applies to arm, wrap the entire test in #ifdef __arm__. (cherrypicked from f1105808) Bug: 15408470 Change-Id: I2bef16aca21f5d9757ff02ee92ae86c9157615c9
-
- 10 Jul, 2014 1 commit
-
-
Nick Kralevich authored
-
- 12 Jul, 2014 1 commit
-
-
Nick Kralevich authored
code compiles on klp-dev but not on jb-dev. *sigh* In file included from cts/tests/tests/security/jni/android_security_cts_NativeCodeTest.cpp:31:0: bionic/libc/kernel/common/linux/sysctl.h:37:43: error: expected unqualified-id before '[' token make: *** [out/target/product/generic/obj/SHARED_LIBRARIES/libctssecurity_jni_intermediates/android_security_cts_NativeCodeTest.o] Error 1 This reverts commit 65809bca. Bug: 15408470 Change-Id: I35ac2f25e5a00c21628a1139a7426ca0f046d6d4
-
- 27 Jun, 2014 4 commits
-
-
Unsuk Jung authored
* commit 'fee8a29f': DO NOT MERGE Bump CTS versions
-
Unsuk Jung authored
* commit '06ff2f72': Fixes the issue with preview when ratio is 1:1
-
Unsuk Jung authored
* commit 'd3b3b2aa': Assert that builds are secure, non-debuggable builds.
-
Unsuk Jung authored
am e928c2c5: (-s ours) Merge "DO NOT MERGE: CTS test for OpenSSL\'s early CCS issue (CVE-2014-0224)" into jb-dev * commit 'e928c2c5': DO NOT MERGE: CTS test for OpenSSL's early CCS issue (CVE-2014-0224)
-
- 26 Jun, 2014 1 commit
-
-
Unsuk Jung authored
-
- 27 Jun, 2014 1 commit
-
-
Raj Mamadgi authored
The patch fixes the test case on devices where the height width ratio is 1:1 or height>width. The test case com.android.cts.verifier.camera.formats. CameraFormatsActivity#Camera Formats fails because processed call back data is not same as preview. Change-Id: Icf7e272a2ff96876c3c62be2084f7398fec22f64 Signed-off-by:
Raj Mamadgi <rmamadgi@sta.samsung.com> (cherry picked from commit 76547d67)
-
- 26 Jun, 2014 1 commit
-
-
Unsuk Jung authored
-
- 27 Jun, 2014 1 commit
-
-
Nick Kralevich authored
Debuggable builds allow root access, compromising access to program and user data. Change-Id: Id73e4b4bcc753990dbbe2e15e23fdec51d45a676 (cherry picked from commit 7c9d9ec8)
-
- 26 Jun, 2014 1 commit
-
-
Unsuk Jung authored
-
- 27 Jun, 2014 1 commit
-
-
Unsuk Jung authored
CTS: 4.1_r4.9 CTS verifier: 4.1_r7.9 Temp version for release candidate. Change-Id: Id6368b267f960bbf6fbf95e0e707dc2480a597c9
-
- 26 Jun, 2014 1 commit
-
-
Unsuk Jung authored
-
- 27 Jun, 2014 1 commit
-
-
Alex Klyubin authored
This tests for the OpenSSL's early ChangeCipherSpec vulnerability (CVE-2014-0224) in the default implementation of SSLSocket and SSLServerSocket which are normally backed by OpenSSL. Bug: 15442813 (cherry picked from commit 069e692c) Change-Id: Ibc9f712c02ec440176fb41fd47175eaa69d22c41
-