-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert two_keys_minimal to use criterion * Remove function_allowlist test We don't have a --function-allowlist anymore, so this is testing nothing. * Convert should_segfault to Criterion * Convert ro_sharing test to Criterion * Convert global_fn_ptr to Criterion * Convert minimal * Convert mmap_loop * Convert permissive_mode * Convert protected_threads * Convert recursion * Convert rewrite_fn_ptr_eq * Convert rewrite_macros to Criterion * PR feedback * Convert shared_data * Fix sighandler test * Convert simple1 * Structs test * Convert threads test to Criterion * Convert tls_protected to Criterion * trusted_direct * trusted_indirect * two_shared_ranged * untrusted_indirect * read_config * header_includes * heap_two_keys * macro_attr * Replace some error and quit with cr_fatal --------- Co-authored-by: Simon McFarlane <[email protected]>
- Loading branch information
1 parent
df6ae38
commit b9a1d68
Showing
84 changed files
with
475 additions
and
460 deletions.
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
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 was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
rewriter/tests/function_allowlist/Output/function_allowlist.out
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ define_shared_lib( | |
define_test( | ||
SRCS main.c | ||
NEEDS_LD_WRAP | ||
CRITERION_TEST | ||
) | ||
|
||
# Build the wrapper lib | ||
|
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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ define_shared_lib( | |
define_test( | ||
SRCS main.c | ||
NEEDS_LD_WRAP | ||
CRITERION_TEST | ||
) | ||
|
||
# Build the wrapper lib | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ define_test( | |
PKEY 1 | ||
NEEDS_LD_WRAP | ||
INCLUDE_DIR include/plugin | ||
CRITERION_TEST | ||
) | ||
|
||
define_ia2_wrapper() |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ define_shared_lib( | |
define_test( | ||
SRCS main.c | ||
NEEDS_LD_WRAP | ||
CRITERION_TEST | ||
) | ||
|
||
# Build the wrapper lib | ||
|
Oops, something went wrong.