• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("../../../musl_config.gni")
2
3functional_list = [
4  "argv",
5  "basename",
6  "clocale_mbfuncs",
7  "clock_gettime",
8  "crypt",
9  "dirname",
10  "dlopen",
11  "dlopen_ns",
12  "dl_multithread_test",
13  "env",
14  "fcntl",
15  "fdopen",
16  "fnmatch",
17  "fscanf",
18  "fwscanf",
19  "iconv_open",
20  "inet_pton",
21  "ipc_msg",
22  "ipc_sem",
23  "ipc_shm",
24  "mbc",
25  "memstream",
26  "popen",
27  "pthread_cond",
28  "pthread_gettid_np",
29  "pthread_mutex",
30  "pthread_mutex_pi",
31  "pthread_robust",
32  "pthread_tsd",
33  "pthread_getname_np",
34  "qsort",
35  "random",
36  "search_hsearch",
37  "search_insque",
38  "search_lsearch",
39  "search_tsearch",
40  "sem_init",
41  "sem_open",
42  "setjmp",
43  "snprintf",
44  "socket",
45  "spawn",
46  "sscanf",
47  "sscanf_long",
48  "stat",
49  "strftime",
50  "string",
51  "string_memcpy",
52  "string_memmem",
53  "string_memset",
54  "string_strchr",
55  "string_strcspn",
56  "string_strstr",
57  "strptime",
58  "strtod",
59  "strtod_long",
60  "strtod_simple",
61  "strtof",
62  "strtol",
63  "strtold",
64  "swprintf",
65  "sched_setscheduler",
66  "sched_cpualloc",
67  "tgkill",
68  "tgmath",
69  "time",
70  "tls_align",
71  "tls_align_dlopen",
72  "tls_init",
73  "tls_init_dlopen",
74  "tls_local_exec",
75  "udiv",
76  "ungetc",
77  "utime",
78  "utime64",
79  "vfork",
80  "wcsstr",
81  "wcstol",
82  "dlclose_reset",
83  "atexit_dlclose",
84  "exit_constructor",
85  "renameat2_test",
86  "fopencookie_test",
87]
88
89if (use_pthread_cancel) {
90  functional_list += [
91    "pthread_cancel-points",
92    "pthread_cancel",
93  ]
94}
95
96malloc_stats_list = [
97  "test-malloc-stats-print",
98  "test-malloc-info",
99  "test-mallinfo",
100  "test-iterate",
101  "test-malloc-disable",
102  "test-malloc-backtrace",
103  "test-mallopt",
104]
105