shrub/pkg/arvo/tests/run/hints.hoon

34 lines
693 B
Plaintext
Raw Normal View History

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