diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2017-06-29 04:45:44 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-06-29 04:45:44 +0000 |
| commit | 5da35e345f7997b66edcfed9bc56b5c0b46adfb1 (patch) | |
| tree | aa803e560142988de18cc029c564d28c291cfbe7 | |
| parent | 02414e7dd1c9dd132ef270fbcf3acf92d3d984bb (diff) | |
| parent | 075d65b3d4dadb50ee983eab07cd3b1195f95f35 (diff) | |
| download | platform_test_vts-testcase_kernel-security-oc-release.tar.gz platform_test_vts-testcase_kernel-security-oc-release.tar.bz2 platform_test_vts-testcase_kernel-security-oc-release.zip | |
Merge cherrypicks of [2476230, 2476289, 2476272, 2476118, 2475997, 2476251, 2476119, 2476341, 2476252, 2476290, 2476232, 2476274, 2475999, 2476343, 2476275, 2476216, 2476381, 2476256, 2476000, 2476362, 2476345, 2476364, 2476234, 2476346, 2476347, 2476365, 2476276, 2476219, 2476277, 2476402, 2476348, 2476235, 2476383, 2476257, 2476278, 2476236, 2476350, 2476351, 2476307, 2476403, 2476308, 2476258] into oc-releaseandroid-cts-8.0_r9android-cts-8.0_r8android-cts-8.0_r7android-cts-8.0_r6android-cts-8.0_r5android-cts-8.0_r4android-cts-8.0_r3android-cts-8.0_r24android-cts-8.0_r23android-cts-8.0_r22android-cts-8.0_r21android-cts-8.0_r20android-cts-8.0_r2android-cts-8.0_r19android-cts-8.0_r18android-cts-8.0_r17android-cts-8.0_r16android-cts-8.0_r15android-cts-8.0_r14android-cts-8.0_r13android-cts-8.0_r12android-cts-8.0_r11android-cts-8.0_r10android-cts-8.0_r1android-8.0.0_r9android-8.0.0_r7android-8.0.0_r50android-8.0.0_r49android-8.0.0_r48android-8.0.0_r47android-8.0.0_r46android-8.0.0_r45android-8.0.0_r44android-8.0.0_r43android-8.0.0_r42android-8.0.0_r41android-8.0.0_r40android-8.0.0_r4android-8.0.0_r39android-8.0.0_r38android-8.0.0_r37android-8.0.0_r36android-8.0.0_r35android-8.0.0_r32android-8.0.0_r31android-8.0.0_r30android-8.0.0_r3android-8.0.0_r29android-8.0.0_r28android-8.0.0_r2android-8.0.0_r17android-8.0.0_r16android-8.0.0_r15android-8.0.0_r13android-8.0.0_r12android-8.0.0_r11android-8.0.0_r10android-8.0.0_r1security-oc-releaseoreo-security-releaseoreo-releaseoreo-r6-releaseoreo-r5-releaseoreo-r4-releaseoreo-r3-releaseoreo-r2-releaseoreo-cts-release
Change-Id: I6241cf4bbf0187fd5b750821f15def5d84f20cd4
| -rw-r--r-- | linux_kselftest/kselftest_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux_kselftest/kselftest_config.py b/linux_kselftest/kselftest_config.py index f28048b0..5fa217b8 100644 --- a/linux_kselftest/kselftest_config.py +++ b/linux_kselftest/kselftest_config.py @@ -48,7 +48,6 @@ KSFT_CASES_STABLE = map(lambda x: test_case.LinuxKselftestTestcase(*(x)), [ ("timers/nsleep-lat", ["arm", "x86"], [32, 64]), ("timers/set-timer-lat", ["arm", "x86"], [32, 64]), ("timers/inconsistency-check", ["arm", "x86"], [32, 64]), - ("timers/alarmtimer-suspend", ["arm", "x86"], [32, 64]), ("timers/raw_skew", ["arm", "x86"], [32, 64]), ("timers/threadtest", ["arm", "x86"], [32, 64]), ("timers/set-tai", ["arm", "x86"], [32, 64]), @@ -59,6 +58,7 @@ KSFT_CASES_STAGING = map(lambda x: test_case.LinuxKselftestTestcase(*(x)), [ # TODO(trong): enable pstore test. # ("pstore/pstore_tests", ["arm", "x86"], [32, 64]), ("seccomp/seccomp_bpf", ["arm", "x86"], [32, 64]), + ("timers/alarmtimer-suspend", ["arm", "x86"], [32, 64]), ("x86/single_step_syscall", ["x86"], [32, 64]), ("x86/sysret_ss_attrs", ["x86"], [32]), ("x86/syscall_nt", ["x86"], [32, 64]), |
