Commit Graph

16 Commits

Author SHA1 Message Date
Ian Butterworth
d60b785c6f Update test_harness.jl 2025-11-23 10:24:12 -05:00
Ian Butterworth
80da54fb1f Update test_harness.jl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-23 10:24:12 -05:00
Ian Butterworth
1cc5cea014 fix 2025-11-23 10:24:12 -05:00
Ian Butterworth
8b0e8344b9 fix 2025-11-23 10:24:12 -05:00
Ian Butterworth
639d29024e fix 2025-11-23 10:24:12 -05:00
Ian Butterworth
ee4584ffbd Compare tree hashes instead of using git diff
Comparing tree hashes is more accurate for detecting content differences
between the merge commit and PR head, avoiding false positives when
the content is identical but commit SHAs differ.
2025-11-23 10:24:12 -05:00
Ian Butterworth
b67f25cc97 warn if merge commit content differs to branch head (#152) 2025-11-08 15:39:46 +00:00
Samuel Brand
678da69444 Pass depwarn in via julia_args (#135)
Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
2025-01-22 14:41:17 -06:00
Mateusz Jakub Fila
df0572688c allow passing multiple arguments in test_args (#118)
Co-authored-by: Markus Hauru <markus@mhauru.org>
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
2024-10-18 21:04:44 +00:00
Ian Butterworth
ed05f1e927 add a reproducer header (#124)
Co-authored-by: Sukera <11753998+Seelengrab@users.noreply.github.com>
2024-10-18 16:57:09 -04:00
Sebastian Schlenkrich
e16476132f Add test_arg input and populate to test_args in test() (#73) 2024-07-23 07:20:19 -04:00
Ian Butterworth
0c52394250 hide the harness stack trace on failure (#116) 2024-07-09 11:55:01 +02:00
Curtis Vogt
7e64b540de Support specifying allow_reresolve (#107) 2024-04-16 11:23:23 -05:00
David Little
2b24f9b1dc enable julia arg --compiled-modules during testing (#91)
* enable julia arg `--compiled-modules` during testing

* fix typo

* update `compiled_modules` docs

* update `compiled_modules` docs with link to manual

---------

Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
2024-01-08 20:09:13 +00:00
Sascha Mann
79a7e10088 Add missing version check to test_harness (#81)
#79 introduced a version requirement for annotations for installing the dependencies but not for the code that adds the annotations, resulting in a dependency error for certain versions.

Fixes #80
2023-04-07 14:51:09 +02:00
Eric Hanson
7ea3b3e0bd Add test failure annotations on v1.8+ (#58)
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
2022-08-04 12:34:44 +02:00