scummvm/test/common
Le Philousophe aceaf99816 COMMON: Fix bug #14892
When both paths were equal, suffix was incremented one char too much and
went off the string.
Add test cases to check for this.
2024-02-02 08:06:59 +01:00
..
formats COMMON: Add basic tests for quicktime parser 2023-11-18 21:03:02 +01:00
algorithm.h TEST: Add tests for Common::upperBound 2023-06-01 23:07:41 +02:00
array.h TEST: Fix warning about signedness 2023-08-30 13:41:19 +02:00
bitstream.h
bufferedreadstream.h
bufferedseekablereadstream.h
crc.h TESTS: Rename clashing global variables 2023-05-15 14:32:29 +02:00
encoding.h TEST: Fix encoding test adding a '\0' 2021-08-08 13:56:00 +02:00
endian.h COMMON: Fix reading and writing doubles from streams with older ARM toolchains 2022-07-02 12:49:22 +02:00
fixedstack.h
func.h
hash-str.h
hashmap.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
huffman.h COMMON: Move huffman.h back out of the compression directory 2022-12-11 22:33:23 +01:00
ini-file.h TEST: Add test for comment prefixed by whitespace. 2023-05-11 00:22:14 +03:00
list.h
math.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
md5.h COMMON: Forbid use of unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
memory.h COMMON: Rename memset2/4/8 to memset16/32/64 2023-11-06 13:40:38 +02:00
memoryreadstream.h
memoryreadstreamendian.h
memorywritestream.h
pack.h
path.h COMMON: Fix bug #14892 2024-02-02 08:06:59 +01:00
ptr.h COMMON: Fix WeakPtr preventing object deletion 2022-04-25 18:20:19 -07:00
punycode.h DEVTOOLS: COMPANION: Added test for higher Unicode characters 2021-10-31 23:00:35 +02:00
queue.h
rational.h
rect.h
rendermode.h
seekablesubreadstream.h
serializer.h
span.h TEST: Fix warnings 2023-08-30 13:41:34 +02:00
stack.h
str-helper.h TEST: Add CxxTest ValueTraits for String 2023-09-02 11:42:29 +02:00
str.h COMMON: Don't fail when comparing empty strings 2024-01-14 14:06:41 +01:00
stream.h
subreadstream.h
tokenizer.h
util.h