cosmopolitan/third_party
Michael Lenaghan e3c456d23a
Don’t lowercase the test filename (#871)
This test fails if Cosmo builds from a path that contains an uppercase character.

Paths with uppercase characters aren’t so common in server Linux. But they are in *desktop* Linux. Guess how I…?

But I digress.

The real problem is that the path is lowercased on one line, but not the next:

```
        self.file_name = support.TESTFN.lower()
        self.file_path = FakePath(support.TESTFN)
```

Given that no other test in the suite lowercases `support.TESTFN`, I opted to remove it from the first line rather than adding it to the second.
2023-08-09 21:13:03 -07:00
..
aarch64 Upgrade to Cosmopolitan GCC 11.2.0 for aarch64 2023-06-05 02:07:28 -07:00
argon2 Clean up more code 2023-06-18 01:00:05 -07:00
awk Make improvements 2023-07-10 04:35:14 -07:00
bzip2 Clean up more code 2023-06-18 01:00:05 -07:00
chibicc Restore missing cosmopolitan documentation on website 2023-07-30 11:07:53 -07:00
compiler_rt Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
ctags Make more fixes and improvements 2023-07-29 18:44:15 -07:00
dlmalloc Make more fixes and improvements 2023-07-29 18:44:15 -07:00
double-conversion Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
finger Make improvements 2023-07-11 04:41:50 -07:00
gcc Remove removed GCC symlinks 2023-06-18 05:41:55 -07:00
gdtoa Perform inconsequential code cleanup 2023-08-07 20:24:50 -07:00
getopt Make fixes and improvements 2023-07-09 05:21:11 -07:00
ggml Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
hiredis Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
intel Fix some build errors 2023-06-05 15:53:44 -07:00
libcxx Simplify cosmocc builds (#863) 2023-07-23 11:11:08 -07:00
linenoise Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
lua Perform inconsequential code cleanup 2023-08-07 20:24:50 -07:00
lz4cli Make progress towards aarch64 build 2023-05-10 04:20:46 -07:00
make Make more fixes and improvements 2023-07-29 18:44:15 -07:00
maxmind Brush up some more code 2023-07-10 10:17:26 -07:00
mbedtls Perform inconsequential code cleanup 2023-08-07 20:24:50 -07:00
musl Remove _Hide keyword 2023-07-24 08:34:58 -07:00
nsync Make forking off threads reliable on Windows 2023-07-30 09:32:41 -07:00
puff Clean up more code 2023-06-18 01:00:05 -07:00
python Don’t lowercase the test filename (#871) 2023-08-09 21:13:03 -07:00
qemu Fix MODE=aarch64 build 2023-06-08 05:17:37 -07:00
quickjs Make improvements 2023-07-11 04:41:50 -07:00
radpajama Make improvements 2023-07-10 04:35:14 -07:00
regex Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
sed Make improvements 2023-07-11 04:41:50 -07:00
smallz4 Clean up more code 2023-06-18 01:00:05 -07:00
sqlite3 Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
stb Brush up some more code 2023-07-10 10:17:26 -07:00
tidy Clean up more code 2023-06-18 01:00:05 -07:00
tr Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
unzip Make improvements 2023-07-11 04:41:50 -07:00
vqsort Clean up more code 2023-06-18 01:00:05 -07:00
xed Clean up more code 2023-06-18 01:00:05 -07:00
xxhash Fix breakages in Linux-only build modes 2023-07-09 19:51:44 -07:00
zip Make improvements 2023-07-11 04:41:50 -07:00
zlib Remove _Hide keyword 2023-07-24 08:34:58 -07:00
zstd Make improvements 2023-07-10 04:35:14 -07:00
third_party.mk Move demangling utility to stdio 2023-07-07 10:47:50 -07:00