-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #2109 - Thomasdezeeuw:issue_2104-regression_tests, r=Jo…
…hnTitor Add regression test infrastructure Please the commit messages for details. I still need to add lists for the following targets, but I got the major ones I think. TODO: * aarch64-unknown-hermit * x86_64-unknown-hermit * x86_64-pc-solaris * x86_64-sun-solaris * sparcv9-sun-solaris * x86_64-fortanix-unknown-sgx * x86_64-unknown-illumos * asmjs-unknown-emscripten * wasm32-unknown-emscripten * wasm32-unknown-unknown * wasm32-wasi * Check symbols added after commit ed45c26. TODO: add a bit to the contributing guide about adding to these lists. Closes #2104.
- Loading branch information
Showing
44 changed files
with
18,560 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Supported API by libc | ||
|
||
These files are read by [`build.rs`](../build.rs) and turned into tests to | ||
ensure that APIs aren't removed between libc releases. | ||
|
||
## File order | ||
|
||
Files are including in the following order: | ||
* Family, e.g. `unix.txt`. NOTE: Windows is skipped here and includes as OS | ||
name below. | ||
* Vendor, e.g. `apple.txt`. This allows us to have a single file with system | ||
calls shared between multiple OSs, e.g. `ios.txt`, `macos.txt` share the same | ||
kernel. | ||
* OS, e.g `linux.txt`, `macos.txt`, `windows.txt`. | ||
* Architecture specific system calls, e.g. `linux-x86_64.txt` or | ||
`linux-aarch64.txt`. | ||
* Target environment, e.g. `windows-mscv.txt` or `windows-gnu.txt`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
# The following symbols are not not available in some combinations of | ||
# musl/gnu/android and/or architecture. | ||
BOTHER | ||
HWCAP_AES | ||
HWCAP_ASIMD | ||
HWCAP_ASIMDDP | ||
HWCAP_ASIMDFHM | ||
HWCAP_ASIMDHP | ||
HWCAP_ASIMDRDM | ||
HWCAP_ATOMICS | ||
HWCAP_CPUID | ||
HWCAP_CRC32 | ||
HWCAP_DCPOP | ||
HWCAP_DIT | ||
HWCAP_EVTSTRM | ||
HWCAP_FCMA | ||
HWCAP_FLAGM | ||
HWCAP_FP | ||
HWCAP_FPHP | ||
HWCAP_ILRCPC | ||
HWCAP_JSCVT | ||
HWCAP_LRCPC | ||
HWCAP_PACA | ||
HWCAP_PACG | ||
HWCAP_PMULL | ||
HWCAP_SB | ||
HWCAP_SHA1 | ||
HWCAP_SHA2 | ||
HWCAP_SHA3 | ||
HWCAP_SHA512 | ||
HWCAP_SM3 | ||
HWCAP_SM4 | ||
HWCAP_SSBS | ||
HWCAP_SVE | ||
HWCAP_USCAT | ||
KEYCTL_CAPABILITIES | ||
KEYCTL_CAPS0_BIG_KEY | ||
KEYCTL_CAPS0_CAPABILITIES | ||
KEYCTL_CAPS0_DIFFIE_HELLMAN | ||
KEYCTL_CAPS0_INVALIDATE | ||
KEYCTL_CAPS0_MOVE | ||
KEYCTL_CAPS0_PERSISTENT_KEYRINGS | ||
KEYCTL_CAPS0_PUBLIC_KEY | ||
KEYCTL_CAPS0_RESTRICT_KEYRING | ||
KEYCTL_CAPS1_NS_KEYRING_NAME | ||
KEYCTL_CAPS1_NS_KEY_TAG | ||
KEYCTL_MOVE | ||
NFT_MSG_DELOBJ | ||
NFT_MSG_GETOBJ | ||
NFT_MSG_GETOBJ_RESET | ||
NFT_MSG_NEWOBJ | ||
PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP | ||
PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP | ||
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP | ||
SCM_TIMESTAMPING_OPT_STATS | ||
SCM_TIMESTAMPING_PKTINFO | ||
SCM_TIMESTAMPNS | ||
SCM_TXTIME | ||
SCM_WIFI_STATUS | ||
SO_ATTACH_BPF | ||
SO_ATTACH_FILTER | ||
SO_ATTACH_REUSEPORT_CBPF | ||
SO_ATTACH_REUSEPORT_EBPF | ||
SO_BINDTOIFINDEX | ||
SO_BPF_EXTENSIONS | ||
SO_BSDCOMPAT | ||
SO_CNX_ADVICE | ||
SO_COOKIE | ||
SO_DETACH_BPF | ||
SO_DETACH_FILTER | ||
SO_DETACH_REUSEPORT_BPF | ||
SO_GET_FILTER | ||
SO_INCOMING_CPU | ||
SO_INCOMING_NAPI_ID | ||
SO_LOCK_FILTER | ||
SO_MAX_PACING_RATE | ||
SO_MEMINFO | ||
SO_NOFCS | ||
SO_NO_CHECK | ||
SO_PEERGROUPS | ||
SO_PEERNAME | ||
SO_RCVTIMEO_NEW | ||
SO_SECURITY_AUTHENTICATION | ||
SO_SECURITY_ENCRYPTION_NETWORK | ||
SO_SECURITY_ENCRYPTION_TRANSPORT | ||
SO_SELECT_ERR_QUEUE | ||
SO_SNDTIMEO_NEW | ||
SO_STYLE | ||
SO_TIMESTAMPING_NEW | ||
SO_TIMESTAMPNS | ||
SO_TIMESTAMPNS_NEW | ||
SO_TIMESTAMP_NEW | ||
SO_TXTIME | ||
SO_WIFI_STATUS | ||
SO_ZEROCOPY | ||
SYS__llseek | ||
SYS__newselect | ||
SYS__sysctl | ||
SYS_create_module | ||
SYS_fadvise64 | ||
SYS_fstatat64 | ||
SYS_get_kernel_syms | ||
SYS_get_thread_area | ||
SYS_getrlimit | ||
SYS_migrate_pages | ||
SYS_mmap | ||
SYS_nfsservctl | ||
SYS_pread64 | ||
SYS_pwrite64 | ||
SYS_query_module | ||
SYS_set_thread_area | ||
SYS_uselib | ||
fsblkcnt64_t | ||
fsfilcnt64_t | ||
getrandom | ||
sysctl | ||
termios2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# These symbols are missing for the targets: | ||
# * asmjs-unknown-emscripten | ||
getpwuid_r | ||
pthread_atfork | ||
pthread_sigmask |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
HWCAP2_DCPODP | ||
HWCAP2_FLAGM2 | ||
HWCAP2_FRINT | ||
HWCAP2_SVE2 | ||
HWCAP2_SVEAES | ||
HWCAP2_SVEBITPERM | ||
HWCAP2_SVEPMULL | ||
HWCAP2_SVESHA3 | ||
HWCAP2_SVESM4 | ||
SYS_arch_specific_syscall | ||
SYS_syscalls |
Oops, something went wrong.