ladybird/Tests
Luke Wilde 971d6ce16f LibGL: Reject GL_LEFT and GL_RIGHT in glCullFace
glCullFace only accepts GL_FRONT, GL_BACK and GL_FRONT_AND_BACK.
We checked if the mode was valid by performing
```
cull_mode < GL_FRONT || cull_mode > GL_FRONT_AND_BACK
```

However, this range also contains GL_LEFT and GL_RIGHT, which we would
accept when we should return a GL_INVALID_ENUM error.
2022-06-04 22:25:16 +01:00
..
AK AK: Disable the HashTable<double> test until UB issue is fixed 2022-04-11 00:11:53 +02:00
Kernel Tests: Fix new GCC 12 warnings 2022-05-12 13:12:37 +02:00
LibC Tests: Add tests for posix_memalign(3) and aligned_alloc(3) 2022-05-20 22:18:54 +02:00
LibCompress LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
LibCore LibCore: Introduce SharedSingleProducerCircularQueue 2022-04-21 13:55:00 +02:00
LibCpp
LibCrypto LibCrypto: Add Ed25519 2022-05-12 23:47:13 +04:30
LibEDID
LibELF
LibGfx LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
LibGL LibGL: Reject GL_LEFT and GL_RIGHT in glCullFace 2022-06-04 22:25:16 +01:00
LibIMAP
LibJS LibJS: Remove implicit wrapping/unwrapping of completion records 2022-05-03 01:09:29 +02:00
LibM
LibMarkdown
LibPDF
LibPthread
LibRegex LibRegex: Check inverse_matched after every op, not just at the end 2022-04-22 10:02:39 +02:00
LibSQL
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS LibTLS: Fix TestTLSHandshake by correctly reading the CA certificates 2022-04-17 10:10:19 +04:30
LibTTF LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/ 2022-04-09 23:48:18 +02:00
LibUnicode
LibWasm
LibWeb Tests: Remove test-web 2022-04-06 19:35:07 +02:00
LibXML LibXML+Tests: Consume > in the character data ending ]]> and test it 2022-05-30 00:16:17 +01:00
Spreadsheet
UserspaceEmulator
CMakeLists.txt LibXML+Tests: Consume > in the character data ending ]]> and test it 2022-05-30 00:16:17 +01:00