| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-23 | Remove arm::t32-specific function pointer test. | Zachary S | -19/+3 | |
| All function pointers are currently treated as unaligned anyway; any change implementing function pointer alignment during consteval should add tests that it works properly on arm::t32 functions. | ||||
| 2025-08-23 | Implement some more checks for `ptr_guaranteed_cmp` in consteval: | Zachary S | -30/+208 | |
| Pointers with different residues modulo their least common allocation alignment are never equal. Pointers to the same static allocation are equal if and only if they have the same offset. Strictly in-bounds (in-bounds and not one-past-the-end) pointers to different static allocations are always unequal. A pointer cannot be equal to an integer if `ptr-int` cannot be null. Also adds more tests for `ptr_guaranteed_cmp`. Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-08-01 | fix and extend ptr_comparison test | Ralf Jung | -28/+8 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+63 | |
