-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-to-harness: initial set up #511
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
67b7a84
initial test-to-harness migration set up
DavidKorczynski 8df02db
fix style
DavidKorczynski 3717f05
Merge branch 'main' into test-to-harness-migration-init
DavidKorczynski 4b41615
add from-test benchmark set
DavidKorczynski 7314038
nit
DavidKorczynski 92c0667
nit
DavidKorczynski 1f6d0df
cleanup
DavidKorczynski 3ba15a9
nit
DavidKorczynski 5771056
nit
DavidKorczynski 498a2f8
nit
DavidKorczynski 639a15a
Merge branch 'main' into test-to-harness-migration-init
DavidKorczynski 1aafd12
address review
DavidKorczynski 2f1f544
Merge branch 'main' into test-to-harness-migration-init
DavidKorczynski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
"is_test_benchmark": true | ||
"language": "c" | ||
"project": "krb5" | ||
"target_name": "fuzz_gss" | ||
"target_path": "/src/krb5/src/tests/fuzzing/fuzz_gss.c" | ||
"test_files": | ||
- "test_file_path": "//src/krb5/src/tests/gssapi/t_namingexts.c" | ||
- "test_file_path": "//src/krb5/src/tests/icinterleave.c" | ||
- "test_file_path": "//src/krb5/src/tests/gssapi/t_gssexts.c" | ||
- "test_file_path": "//src/krb5/src/tests/s4u2self.c" | ||
- "test_file_path": "//src/krb5/src/tests/localauth.c" | ||
- "test_file_path": "//src/krb5/src/tests/misc/test_cxx_k5int.cpp" | ||
- "test_file_path": "//src/krb5/src/tests/gssapi/t_inq_cred.c" | ||
- "test_file_path": "//src/krb5/src/tests/t_inetd.c" | ||
- "test_file_path": "//src/krb5/src/tests/gssapi/t_inq_ctx.c" | ||
- "test_file_path": "//src/krb5/src/tests/rdreq.c" | ||
- "test_file_path": "//src/krb5/src/tests/misc/test_cxx_kadm5.cpp" | ||
- "test_file_path": "//src/krb5/src/tests/asn.1/krb5_encode_test.c" | ||
- "test_file_path": "//src/krb5/src/tests/misc/test_getpw.c" | ||
- "test_file_path": "//src/krb5/src/tests/gssapi/t_saslname.c" | ||
- "test_file_path": "//src/krb5/src/tests/asn.1/t_trval.c" | ||
- "test_file_path": "//src/krb5/src/tests/unlockiter.c" | ||
- "test_file_path": "//src/krb5/src/tests/hooks.c" | ||
- "test_file_path": "//src/krb5/src/tests/gssapi/t_spnego.c" | ||
- "test_file_path": "//src/krb5/src/tests/misc/test_nfold.c" | ||
- "test_file_path": "//src/krb5/src/tests/gssapi/t_ccselect.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
"is_test_benchmark": true | ||
"language": "c" | ||
"project": "liblouis" | ||
"target_name": "fuzz_translate_generic" | ||
"target_path": "/src/liblouis/tests/fuzzing/fuzz_translate_generic.c" | ||
"test_files": | ||
- "test_file_path": "//src/liblouis/tests/hyphenate_xxx.c" | ||
- "test_file_path": "//src/liblouis/tests/checkTable.c" | ||
- "test_file_path": "//src/liblouis/tests/typeform.c" | ||
- "test_file_path": "//src/liblouis/tests/check_metadata.c" | ||
- "test_file_path": "//src/liblouis/tests/charToFallbackDots.c" | ||
- "test_file_path": "//src/liblouis/tests/findTable.c" | ||
- "test_file_path": "//src/liblouis/tests/typeform_for_emphclass.c" | ||
- "test_file_path": "//src/liblouis/tests/resolve_table.c" | ||
- "test_file_path": "//src/liblouis/tests/suggestChunks.c" | ||
- "test_file_path": "//src/liblouis/tests/hash_collision.c" | ||
- "test_file_path": "//src/liblouis/tests/attributeNames.c" | ||
- "test_file_path": "//src/liblouis/tests/logging.c" | ||
- "test_file_path": "//src/liblouis/tests/getTable.c" | ||
- "test_file_path": "//src/liblouis/tests/check_ueb_test_data.c" | ||
- "test_file_path": "//src/liblouis/tests/emphclass.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"is_test_benchmark": true | ||
"language": "c++" | ||
"project": "libraw" | ||
"target_name": "libraw_fuzzer" | ||
"target_path": "/src/libraw_fuzzer.cc" | ||
"test_files": | ||
- "test_file_path": "//src/libraw/samples/dcraw_half.c" | ||
- "test_file_path": "//src/libraw/samples/half_mt_win32.c" | ||
- "test_file_path": "//src/libraw/samples/simple_dcraw.cpp" | ||
- "test_file_path": "//src/libraw/samples/raw-identify.cpp" | ||
- "test_file_path": "//src/libraw/samples/unprocessed_raw.cpp" | ||
- "test_file_path": "//src/libraw/samples/mem_image_sample.cpp" | ||
- "test_file_path": "//src/libraw/samples/postprocessing_benchmark.cpp" | ||
- "test_file_path": "//src/libraw/samples/openbayer_sample.cpp" | ||
- "test_file_path": "//src/libraw/samples/half_mt.c" | ||
- "test_file_path": "//src/libraw/samples/multirender_test.cpp" | ||
- "test_file_path": "//src/libraw/samples/rawtextdump.cpp" | ||
- "test_file_path": "//src/libraw/samples/dcraw_emu.cpp" | ||
- "test_file_path": "//src/libraw/samples/4channels.cpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
"is_test_benchmark": true | ||
"language": "c++" | ||
"project": "libsodium" | ||
"target_name": "secretbox_easy_fuzzer" | ||
"target_path": "/src/secretbox_easy_fuzzer.cc" | ||
"test_files": | ||
- "test_file_path": "//src/libsodium/test/default/box2.c" | ||
- "test_file_path": "//src/libsodium/test/default/sodium_core.c" | ||
- "test_file_path": "//src/libsodium/test/default/stream2.c" | ||
- "test_file_path": "//src/libsodium/test/default/scalarmult_ristretto255.c" | ||
- "test_file_path": "//src/libsodium/test/default/onetimeauth2.c" | ||
- "test_file_path": "//src/libsodium/test/default/auth6.c" | ||
- "test_file_path": "//src/libsodium/test/default/hash3.c" | ||
- "test_file_path": "//src/libsodium/test/default/secretbox_easy2.c" | ||
- "test_file_path": "//src/libsodium/test/default/chacha20.c" | ||
- "test_file_path": "//src/libsodium/test/default/secretbox.c" | ||
- "test_file_path": "//src/libsodium/test/default/box_seal.c" | ||
- "test_file_path": "//src/libsodium/test/default/keygen.c" | ||
- "test_file_path": "//src/libsodium/test/default/core3.c" | ||
- "test_file_path": "//src/libsodium/test/default/pwhash_scrypt_ll.c" | ||
- "test_file_path": "//src/libsodium/test/default/verify1.c" | ||
- "test_file_path": "//src/libsodium/test/default/auth2.c" | ||
- "test_file_path": "//src/libsodium/test/default/core1.c" | ||
- "test_file_path": "//src/libsodium/test/default/aead_xchacha20poly1305.c" | ||
- "test_file_path": "//src/libsodium/test/default/secretbox2.c" | ||
- "test_file_path": "//src/libsodium/test/default/box_easy.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK for now, but would you please merge the same code in if/else block later to reduce repetition later?
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, will do