index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
/
hints_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog: skip large calls in TestHintsRandom
Aleksandr Nogikh
2025-05-23
1
-3
/
+11
*
all: follow new linter recommendations
Taras Madan
2024-09-10
1
-1
/
+1
*
prog: restricts hints to at most 10 attempts per single kernel PC
Dmitry Vyukov
2024-07-22
1
-5
/
+77
*
prog: reduce amount of hint replacements
Dmitry Vyukov
2024-07-02
1
-15
/
+87
*
pkg/fuzzer: deflake comparisons
Aleksandr Nogikh
2024-05-15
1
-0
/
+19
*
prog: enable MutateWithHints() abortion
Aleksandr Nogikh
2024-03-14
1
-6
/
+10
*
prog: mutate compressed images with hints
Dmitry Vyukov
2022-12-22
1
-1
/
+95
*
tools/syz-linter: fix comments check
Dmitry Vyukov
2020-07-10
1
-1
/
+1
*
prog: refactor hints tests
Dmitry Vyukov
2020-05-05
1
-9
/
+11
*
prog: support disabled attribute
Dmitry Vyukov
2020-05-04
1
-2
/
+4
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-1
/
+1
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-4
/
+4
*
prog: simplify hints test
Dmitry Vyukov
2020-04-28
1
-14
/
+1
*
prog: don't use spaces in hints test names
Dmitry Vyukov
2020-03-24
1
-27
/
+27
*
prog: add helper to hints tests
Dmitry Vyukov
2020-03-24
1
-58
/
+64
*
prog: add size checks for const arguments during hints mutation
Veronica Radu
2019-10-03
1
-54
/
+155
*
prog: use type size when generating/mutating ints
Veronica Radu
2019-09-23
1
-4
/
+4
*
prog: measure memory allocation in benchmarks
Dmitry Vyukov
2019-08-13
1
-7
/
+2
*
Update hints_test.go
houjingyi
2019-01-07
1
-4
/
+4
*
prog: don't produce the same program when mutating with hints
Dmitry Vyukov
2019-01-03
1
-7
/
+8
*
prog: remove several sources of non-determinism
Dmitry Vyukov
2019-01-03
1
-17
/
+20
*
executor: overhaul
Dmitry Vyukov
2018-07-24
1
-1
/
+1
*
prog: parallelize tests
Dmitry Vyukov
2018-05-04
1
-0
/
+3
*
prog: fix gometalinter warnings
Dmitry Vyukov
2018-04-24
1
-1
/
+1
*
prog: support big-endian during hints matching
Dmitry Vyukov
2018-04-01
1
-1
/
+30
*
prog: return concrete arg types from Make functions
Dmitry Vyukov
2018-02-24
1
-1
/
+1
*
prog: rework address allocation
Dmitry Vyukov
2018-02-19
1
-1
/
+1
*
prog: rework foreachArg
Dmitry Vyukov
2018-02-19
1
-2
/
+2
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
1
-1
/
+1
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
1
-16
/
+20
*
sys: move test syscalls to a separate target
Dmitry Vyukov
2017-12-17
1
-15
/
+2
*
prog: speedup and simplify hints code
Dmitry Vyukov
2017-12-08
1
-4
/
+7
*
prog: fix a data race
Dmitry Vyukov
2017-12-08
1
-0
/
+29
*
prog: fix hints of data args
Dmitry Vyukov
2017-12-08
1
-4
/
+67
*
syz-fuzzer: generates hints only for the call that gave new coverage
Dmitry Vyukov
2017-10-23
1
-4
/
+3
*
prog: fix bugs in hints generation
Dmitry Vyukov
2017-10-23
1
-0
/
+52
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
1
-2
/
+0
*
prog: dot-import sys
Dmitry Vyukov
2017-09-05
1
-3
/
+3
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-1
/
+1
*
hints: add some more tests for DataArg
Victor Chibotaru
2017-09-01
1
-0
/
+58
*
hints: add new mutations and tests
Victor Chibotaru
2017-09-01
1
-0
/
+282