Samuel Thibault
6854802380
Revert "Update fuzzing list after reverting TranslateClauseWithTerminator change"
This reverts commit fde71165f4
.
Now that TranslateClauseWithTerminator is fixed without breaking sk
numbers.
5 months ago
Samuel Thibault
fde71165f4
Update fuzzing list after reverting TranslateClauseWithTerminator change
5 months ago
Samuel Thibault
8a4150deb2
fuzz: Try to enable various voice variants
5 months ago
Samuel Thibault
0bf81b1dec
fuzzing: Update needswork list
5 months ago
Samuel Thibault
57a836c126
Mark a few more languages as failing fuzzing
Apparently llvm-fuzzer is not completely deterministic
5 months ago
Samuel Thibault
1a13638b5e
update list of expected fuzzing failure
5 months ago
Samuel Thibault
15d5b71a97
fuzzing: Run all languages for now
It seems the infrastructure changed somehow, so the set of failing
languages changed.
5 months ago
Samuel Thibault
ba96c5167b
Separate out fuzzing tests that are known to need some work
5 months ago
dependabot[bot]
9222315df8
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `3` | `4` |
| [actions/setup-java](https://github.com/actions/setup-java ) | `3` | `4` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `3` | `4` |
| [actions/cache](https://github.com/actions/cache ) | `3` | `4` |
| [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) | `1` | `3` |
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
Updates `actions/setup-java` from 3 to 4
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
Updates `gradle/wrapper-validation-action` from 1 to 3
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <[email protected] >
6 months ago
Samuel Thibault
f14adeb5dc
Don't run fuzzing CI on forks
1 year ago
Samuel Thibault
eabe24901f
Fuzzing: compile the whole libespeak with -fsanitize=fuzzer-no-link
-fsanitize=fuzzer-no-link makes it workable to build a library with fuzzing
enabled, and let the fuzzing test program explicitly trigger the fuzzing.
This allows fuzzing to trace cmp instructions to guide the fuzzing to
improve results.
2 years ago
Yury Popov
391a7191ad
ci: Split dist checks from CI run, upgrade outdated actions
2 years ago
Samuel Thibault
f919333021
fuzz: Also store timeout POC
2 years ago
Samuel Thibault
5b5d5e3c76
fuzz: cache build
2 years ago
Samuel Thibault
21ea0ac960
Do not stop if we do not have a dictsource for the language
2 years ago
Samuel Thibault
76cb4ee1e3
fuzzing: Update voice list
2 years ago
Samuel Thibault
0fa9737a00
CI: run 64bit before 32bit
So developers get the 64bit results first
2 years ago
kmamadoudram
1f76c4b8bd
adding fuzzer for espeak_synth (#1178)
* Add: fuzzer files and modifications in config & compil
* add configure.ac change
* add minimize-corpus.sh
* add fuzzing directory and readme
* add to check if CC support libfuzzer
* Make workflow dump the crash POC
* Add debugging information
* Run fuzzing only once a week for now
Co-authored-by: kmamadoudram <[email protected] >
Co-authored-by: yocvito <[email protected] >
Co-authored-by: Samuel Thibault <[email protected] >
2 years ago