TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
QCBOR
/
c5fef6875a8b85946593274df723f1c8cf9431be
/
test
/
run_tests.c
c5fef68
Refine use of integer variables to quiet static analyzers and reduce object code size a little
by Laurence Lundblade
· 6 years ago
29501b7
rename RunTest() and PrintSize() so they are not duplicate with t_cose
by Laurence Lundblade
· 6 years ago
ee85174
Documentation, comments and code formatting improvements
by Laurence Lundblade
· 6 years ago
59289e5
Add support for decimal fractions and big floats (#19)
by Laurence Lundblade
· 6 years ago
6216b1b
Fix minor bug in test framework
by Laurence Lundblade
· 6 years ago
a65b482
Minor clean up of test code headers
by Laurence Lundblade
· 6 years ago
9916b1b
Fix bug decoding empty arrays and maps (#16)
by Laurence Lundblade
· 6 years ago
bb1062e
Improve error handling for not well-formed CBOR
by Laurence Lundblade
· 6 years ago
5d82788
Fix map/array encoding with length 31
by Jan Jongboom
· 6 years ago
47d86c5
Add encode test for indefinite length array/map
by Jan Jongboom
· 6 years ago
3a6042e
Reinstate DecodeFailure tests; Minor decode error handling improvement
by Laurence Lundblade
· 6 years ago
126dab4
Merge branch 'master' of https://github.com/laurencelundblade/QCBOR
by Laurence Lundblade
· 6 years ago
1d7eb63
Redesign MemPool to fix memory access alignment bug and allocate all bug
by Laurence Lundblade
· 6 years ago
035bd78
remove trailing spaces
by Laurence Lundblade
· 7 years ago
a3fd49f
Use SPDX-License-Identifier. (No change to code or license terms)
by Laurence Lundblade
· 7 years ago
df1c1cf
Get rid of extra spaces, minor documentation improvements, readme additions
by Laurence Lundblade
· 7 years ago
d396f62
Make RunTest() handle newlines in a portable way
by Laurence Lundblade
· 7 years ago
1f8b5b0
Remove malloc dependency in tests. Give list of tests to run on command line. Describe tests in README.md
by Laurence Lundblade
· 7 years ago
1661923
merge in optimized type and argument encode
by Laurence Lundblade
· 7 years ago
a2e2907
Reduce test time for main set of decoding tests. Allow the BigComprehensiveTest to be run separately
by Laurence Lundblade
· 7 years ago
b88b54a
separate out the decode malloc functions so qcbor has no relation to malloc at all
by Laurence Lundblade
· 7 years ago
3aee3a3
remove all trailing tabs and spaces
by Laurence Lundblade
· 7 years ago
1ef8b2d
bug fix for error handling for buffers larger than 4GB, test to verify such handling
by Laurence Lundblade
· 7 years ago
ea567ac
completed tests for string only labels decoder mode
by Laurence Lundblade
· 7 years ago
ccfb8cd
Added test for decode maps as strings mode
by Laurence Lundblade
· 7 years ago
1544c48
remove left over comment and TODO
by Laurence Lundblade
· 7 years ago
88b6ece
support command line naming of test to run
by Laurence Lundblade
· 7 years ago
3df8c7e
Big simplification of floating point API. Now does preferred encoding of floats like preferred encoding of ints per upcoming update to CBOR RFC
by Laurence Lundblade
· 7 years ago
0dbc917
Fixe formatting of license
by Laurence Lundblade
· 7 years ago
d92a616
Put under almost-BSD3 license
by Laurence Lundblade
· 7 years ago
bb474be
Some clean up of floating point tests
by Laurence Lundblade
· 7 years ago
4fe9f31
Clean up naming of macros to create useful bugs from literals and on stack
by Laurence Lundblade
· 7 years ago
369b90a
Big general tidy-up of the encoder tests
by Laurence Lundblade
· 7 years ago
471a3fd
malloc-based string allocator is fixed, tested and working. Other cleanup
by Laurence Lundblade
· 7 years ago
a44d506
fix bug in using string allocator for all strings; tests for string allocator for all strings; documentation for..
by Laurence Lundblade
· 7 years ago
742df4a
fixed bug in indefinite length map decoding; more indefinite length map tests
by Laurence Lundblade
· 7 years ago
570fab5
Turn up compiler warnings to max and fix them; one more indefinite length test
by Laurence Lundblade
· 7 years ago
17ede40
Add another test for indef length arrays
by Laurence Lundblade
· 7 years ago
0fb6c6d
all tests seem to be integrated and working
by Laurence Lundblade
· 7 years ago
4d1ecba
fold basic and indefinite length tests in with the others; fix up Makefile
by Laurence Lundblade
· 7 years ago
0155b62
merge mem pool tests into decode tests
by Laurence Lundblade
· 7 years ago
2d85ce4
re organize tests for floating point mostly into one place; CAF floating point tests are passing
by Laurence Lundblade
· 7 years ago
7566b9f
bug fix for UsefulBuf_CopyOffset; complete tests for UsefulBuf
by Laurence Lundblade
· 7 years ago
dc6e28e
No type punning in UsefulBuf; bug fix in UsefulBuf; UsefulBuf tests running; get encode tests running
by Laurence Lundblade
· 7 years ago
9e3651c
bug fix in indefinite length array decoding; all but one tests are passing and this test kind of has a problem
by Laurence Lundblade
· 7 years ago
041ffa5
Lots of progress on indefinite lengths; refactor decoder to get of weird semi-recursion
by Laurence Lundblade
· 7 years ago
f156fb8
get run_tests in the right directory
by Laurence Lundblade
· 7 years ago