Test.json 12.7 KB
Newer Older
F
FondMemoryVVV 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "kits": [
        {
            "push": [
                "ActToolChainTest->/data/local/tmp/ActToolChainTest",
                "libc-test.tar->/data/local/tmp/libc-test.tar",
                "libc-test-lib.tar->/data/local/tmp/libc-test-lib.tar"
            ],
            "type": "PushKit",
            "post-push": [
                "mkdir /tmp",
                "mkdir /dev/shm",
                "mkdir /src",
                "mkdir /src/functional",
                "tar -xf /data/local/tmp/libc-test.tar -C /data/local/tmp/",
                "tar -xf /data/local/tmp/libc-test-lib.tar -C /data/local/tmp/",
                "chmod a+x -R /data/local/tmp/libc-test-lib",
F
FondMemoryVVV 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
                "chmod a+x -R /data/local/tmp/libc-test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/misc/vsyslog",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/temp/mkstemps",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/temp/mkostemps",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/syncfs",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/sync_file_range",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/tee",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/sendfile ",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/removexattr",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/copy_file_range",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/setxattr",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/linux/splice",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/mman/mremap",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/mman/mincore",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/mman/msync",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/dirent/rewinddir",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/dirent/scandir ",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/dirent/readdir_r",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/termios/tcgetattr",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/termios/tcsendbreak",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/termios/tcgetsid",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/termios/tcsetattr",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/env/a_stack_chk_fail",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/unistd/tcsetpgrp",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/unistd/ttyname",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/unistd/tcgetpgrp",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/unistd/isatty",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/network/gethostbyname2_r",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/fcntl/posix_fallocate",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/fcntl/posix_fadvise",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/passwd/getgrnam_r",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/ipc/ftok",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/freopen",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/__fwritable",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/setbuffer",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/vfscanf",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/tmpfile",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/__fwriting",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/setbuf",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/getwc",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/ungetwc",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/setlinebuf",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/fputc",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/stdio/fputs",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/truncate",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/fchownat",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/fsync",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/linkat",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/lchown",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/faccessat",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/unlinkat",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/acct",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/exit",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/readlinkat",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/write",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/getpid",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/exittest02",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/unlink",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/readv",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/unistd/pread ",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/misc/syslog",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/misc/vsyslog",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/network/res_query",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/dlns/dlns_dlopen_test ",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/dlns/dlns_set_fun_test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/dlns/dlns_inherit_test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/dlns/dlns_dlsym_test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/dlns/dlns_special_scene_test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/dlns/dlns_separated_test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/relro/dlopen_ext_relro_test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/tgkill/tgkill",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/strptime",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/ctime",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/asctime",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/strftime_l",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/strftime",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/localtime_r",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/localtime",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/ctime_r",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/timegm",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/time/asctime_r",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/trace/trace_stresstest",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/ldso_randomization/ldso_randomization_test",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/ldso_randomization/ldso_randomization_manual",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/symver/dlsym",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/symver/dynlink",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/symver/reloc_symver",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/symver/dynlink_default",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/symver/dlvsym",
                "rm -rf /data/local/tmp/libc-test/src/functional/sem_open",
                "rm -rf /data/local/tmp/libc-test/src/functional/ipc_shm",
                "rm -rf /data/local/tmp/libc-test/src/functional/tgkill",
                "rm -rf /data/local/tmp/libc-test/src/functional/fcntl ",
                "rm -rf /data/local/tmp/libc-test/src/functional/tls_init_dlopen",
                "rm -rf /data/local/tmp/libc-test/src/functional/tls_align",
                "rm -rf /data/local/tmp/libc-test/src/functional/dlopen_ns",
                "rm -rf /data/local/tmp/libc-test/src/functional/tls_align_dlopen",
                "rm -rf /data/local/tmp/libc-test/src/functional/utim",
                "rm -rf /data/local/tmp/libc-test/src/functional/dlclose_reset",
                "rm -rf /data/local/tmp/libc-test/src/functional/ipc_sem",
                "rm -rf /data/local/tmp/libc-test/src/functional/ungetc",
                "rm -rf /data/local/tmp/libc-test/src/functional/fscanf",
                "rm -rf /data/local/tmp/libc-test/src/functional/pthread_cancel",
                "rm -rf /data/local/tmp/libc-test/src/functional/tls_init",
                "rm -rf /data/local/tmp/libc-test/src/functional/fdopen",
                "rm -rf /data/local/tmp/libc-test/src/functional/fwscanf",
                "rm -rf /data/local/tmp/libc-test/src/functional/dlopen",
                "rm -rf /data/local/tmp/libc-test/src/functional/ipc_msg",
                "rm -rf /data/local/tmp/libc-test/src/regression/ftello-unflushed-append",
                "rm -rf /data/local/tmp/libc-test/src/regression/malloc-brk-fail",
                "rm -rf /data/local/tmp/libc-test/src/regression/pthread_atfork-errno-clobber",
                "rm -rf /data/local/tmp/libc-test/src/regression/fflush-exit",
                "rm -rf /data/local/tmp/libc-test/src/regression/lseek-large",
                "rm -rf /data/local/tmp/libc-test/src/regression/tls_get_new-dtv",
                "rm -rf /data/local/tmp/libc-test/src/regression/flockfile-list",
                "rm -rf /data/local/tmp/libc-test/src/math/rintf",
                "rm -rf /data/local/tmp/libc-test/src/math/nearbyint",
                "rm -rf /data/local/tmp/libc-test/src/math/fma",
                "rm -rf /data/local/tmp/libc-test/src/math/fmal",
                "rm -rf /data/local/tmp/libc-test/src/math/acoshl",
                "rm -rf /data/local/tmp/libc-test/src/math/tgammal",
                "rm -rf /data/local/tmp/libc-test/src/math/sqrtl",
                "rm -rf /data/local/tmp/libc-test/src/math/erfcl",
                "rm -rf /data/local/tmp/libc-test/src/math/rint",
                "rm -rf /data/local/tmp/libc-test/src/math/lgammal",
                "rm -rf /data/local/tmp/libc-test/src/math/nearbyintf",
                "rm -rf /data/local/tmp/libc-test/src/math/fmaf",
                "rm -rf /data/local/tmp/libc-test/src/math/sqrtf",
                "rm -rf /data/local/tmp/libc-test/src/math/rintl",
                "rm -rf /data/local/tmp/libc-test/src/math/sqrt",
                "rm -rf /data/local/tmp/libc-test/src/math/nearbyintl",
                "rm -rf /data/local/tmp/libc-test/src/math/fenv",
                "rm -rf /data/local/tmp/libc-test/src/math/asinhl",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/network/res_send",
                "rm -rf /data/local/tmp/libc-test/src/functionalext/info/fatal_message",
                "rm -rf /data/local/tmp/libc-test/src/functional/utime"
F
FondMemoryVVV 已提交
154 155 156 157 158 159 160
            ]
        }
    ],
    "driver": {
        "native-test-timeout": "120000",
        "type": "CppTest",
        "module-name": "ActToolChainTest",
F
FondMemoryVVV 已提交
161
        "runtime-hint": "100s",
F
FondMemoryVVV 已提交
162 163 164 165
        "native-test-device-path": "/data/local/tmp"
    },
    "description": "Configuration for ActToolChainTest Tests"
}