2021-12-08 22:17:29 +03:00
|
|
|
:: Test that these hints do not crash the runtime
|
2022-02-24 13:52:56 +03:00
|
|
|
:: there is no need to include the hints for dynamic %bout
|
2021-12-08 22:17:29 +03:00
|
|
|
:: since all hoon tests exersize dynamic %bout
|
|
|
|
|%
|
2022-02-24 13:52:56 +03:00
|
|
|
:: these test that the hilt-trace hints
|
|
|
|
:: are safe to run or ignore
|
|
|
|
++ test-hela-hilt
|
|
|
|
~> %hela
|
2021-12-08 22:17:29 +03:00
|
|
|
~
|
2022-02-24 13:52:56 +03:00
|
|
|
++ test-nara-hilt
|
|
|
|
~> %nara
|
|
|
|
~
|
|
|
|
:: these test that the hint-trace hints
|
|
|
|
:: are safe to run or ignore
|
|
|
|
++ test-hela-hint
|
|
|
|
~> %hela.[1 leaf+"test-hela-trace-hint"]
|
|
|
|
~
|
|
|
|
++ test-nara-hint
|
|
|
|
~> %nara.[1 leaf+"test-nara-trace-hint"]
|
2021-12-08 22:17:29 +03:00
|
|
|
~
|
|
|
|
--
|