index
:
platform_external_bc
android-s-beta-4
android-s-beta-5
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
build-tools-release
main-cg-testing-release
master
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a fuzzing input
Gavin Howard
2021-06-18
1
-0
/
+15
*
Remove executable bit from a test file
Gavin Howard
2021-06-18
1
-0
/
+0
*
Add dc error tests
Gavin Howard
2021-06-18
1
-0
/
+3
*
Add tests for stack len and register stack len
Gavin Howard
2021-06-18
3
-0
/
+26
*
Fix a crash found by AFL++ and add its test
Gavin Howard
2021-06-17
1
-0
/
+0
*
Fix a crash found by AFL++
Gavin Howard
2021-06-17
1
-0
/
+20
*
Change bc_num_stream back
Gavin Howard
2021-06-16
2
-1
/
+1
*
Fix the dc stream results file
Gavin Howard
2021-06-16
1
-0
/
+0
*
Update the stream tests for the changes
Gavin Howard
2021-06-16
2
-1
/
+1
*
Make printing not use backslash on last character
Gavin Howard
2021-06-16
7
-13
/
+24
*
Add tests/dc/scripts/stream.txt
Gavin Howard
2021-06-16
1
-0
/
+0
*
Add gcd and lcm to lib2
Gavin Howard
2021-06-15
2
-0
/
+14
*
Add an error test case
Gavin Howard
2021-06-15
1
-0
/
+1
*
Change ops that need integers to accept integers with scale
Gavin Howard
2021-06-15
2
-0
/
+115
*
Move a lot of scripts to a scripts/ directory
Gavin Howard
2021-06-15
8
-8
/
+8
*
Harden tests/afl.py
Gavin Howard
2021-06-15
1
-1
/
+3
*
Add a script to test the allocation code
Gavin Howard
2021-06-10
1
-0
/
+80
*
Use cut(1) instead of head(1) with a GNUism in the dc Easter test
Brian Callahan
2021-04-30
1
-3
/
+2
*
Fix a bug in the new test
Gavin Howard
2021-04-02
1
-0
/
+6
*
Add the dc easter script to the test suite
Gavin Howard
2021-04-01
2
-2
/
+76
*
Add length tests for dc
Gavin Howard
2021-03-04
3
-0
/
+259
*
Make a change that FreeBSD requested
Gavin Howard
2021-03-04
1
-1
/
+1
*
Fix the improvement ot the bessel tests
Gavin Howard
2021-03-02
1
-1
/
+5
*
Fix a divide by 0 bug in `root()` (lib2.bc)
Gavin Howard
2021-03-02
2
-0
/
+12
*
Make the bessel tests more effective
Gavin Howard
2021-03-02
1
-1
/
+2
*
Tweak the length(0) change
Gavin Howard
2021-02-26
1
-1
/
+1
*
Add tests for length(0)
Gavin Howard
2021-02-26
2
-1
/
+7
*
Fix a small annoyance in test output
Gavin Howard
2021-02-13
1
-1
/
+1
*
Add the test scripts back in to the build
Gavin Howard
2021-01-31
3
-1
/
+8
*
Add back in some test scripts that FreeBSD needs
Gavin Howard
2021-01-31
2
-0
/
+209
*
Add a dictionary for fuzzing with AFL
Gavin Howard
2021-01-29
1
-0
/
+68
*
Change to order of some more tests for speed
Gavin Howard
2021-01-29
1
-3
/
+3
*
Force the order of test script runs to cut runtime as much as possible
Gavin Howard
2021-01-29
2
-0
/
+24
*
Parallelize `make test`
Gavin Howard
2021-01-29
9
-166
/
+152
*
Fix the afl script
Gavin Howard
2021-01-27
1
-4
/
+8
*
Add a test and fuzzing case for the crash fixed two commits ago
Gavin Howard
2021-01-26
2
-0
/
+2
*
Add the fuzzing infrastructure to the repo
Gavin Howard
2021-01-26
141
-4
/
+4670
*
Update copyright to 2021
Gavin Howard
2021-01-26
12
-12
/
+12
*
Fix a crash and add its test
Gavin Howard
2021-01-25
1
-0
/
+1
*
Add some more bcl tests
Gavin Howard
2020-11-25
1
-0
/
+6
*
Add more bcl tests
Gavin Howard
2020-11-25
1
-1
/
+55
*
Add more tests for bcl
Gavin Howard
2020-11-25
1
-3
/
+23
*
Add more to the bcl tests
Gavin Howard
2020-11-25
1
-2
/
+33
*
Rename a couple of procedures in bcl
Gavin Howard
2020-11-25
1
-2
/
+2
*
Make changes according to Stefan Esser's suggestions
Gavin Howard
2020-11-24
1
-2
/
+2
*
Add yet more bcl tests
Gavin Howard
2020-11-21
1
-0
/
+17
*
Add more tests and fix a bug that they found
Gavin Howard
2020-11-21
1
-0
/
+8
*
Add more testing on bcl
Gavin Howard
2020-11-21
1
-0
/
+14
*
Add more to the bcl test
Gavin Howard
2020-11-21
1
-1
/
+21
*
Fix reference counting
Gavin Howard
2020-11-21
1
-0
/
+4
[next]