2021-12-08 22:17:29 +03:00
|
|
|
:: Test that these hints do not crash the runtime
|
2022-06-08 13:20:24 +03:00
|
|
|
:: there is no need to include a test for dynamic %bout
|
2021-12-08 22:17:29 +03:00
|
|
|
:: since all hoon tests exersize dynamic %bout
|
|
|
|
|%
|
2022-06-08 13:20:24 +03:00
|
|
|
:: test that these trace hints
|
2022-02-24 13:52:56 +03:00
|
|
|
:: are safe to run or ignore
|
2022-07-25 23:53:13 +03:00
|
|
|
++ test-hilt-hela
|
2022-02-24 13:52:56 +03:00
|
|
|
~> %hela
|
2021-12-08 22:17:29 +03:00
|
|
|
~
|
2022-07-25 23:53:13 +03:00
|
|
|
++ test-hint-hela
|
|
|
|
~> %hela.[1 leaf+"test-hint-hela ~"]
|
2022-06-08 13:20:24 +03:00
|
|
|
~
|
2022-07-25 23:53:13 +03:00
|
|
|
++ test-hilt-nara
|
2022-02-24 13:52:56 +03:00
|
|
|
~> %nara
|
|
|
|
~
|
2022-07-25 23:53:13 +03:00
|
|
|
++ test-hint-nara
|
|
|
|
~> %nara.[1 leaf+"test-hint-nara ~"]
|
2022-06-08 13:20:24 +03:00
|
|
|
~
|
|
|
|
:: test that theses bytecode-report hints
|
2022-02-24 13:52:56 +03:00
|
|
|
:: are safe to run or ignore
|
2022-07-25 23:53:13 +03:00
|
|
|
++ test-hilt-xray
|
2022-06-08 13:20:24 +03:00
|
|
|
~> %xray
|
2022-02-24 13:52:56 +03:00
|
|
|
~
|
2022-07-25 23:53:13 +03:00
|
|
|
++ test-hint-xray
|
|
|
|
~> %xray.[1 leaf+"test-hint-xray ~"]
|
2022-06-25 15:39:29 +03:00
|
|
|
~
|
|
|
|
:: test that the hilt bout hint
|
|
|
|
:: is safe to run or ignore
|
2022-07-25 23:53:13 +03:00
|
|
|
++ test-hilt-bout
|
2022-06-08 13:20:24 +03:00
|
|
|
~> %bout
|
2022-03-18 12:10:57 +03:00
|
|
|
~
|
2021-12-08 22:17:29 +03:00
|
|
|
--
|
2022-07-25 23:53:13 +03:00
|
|
|
|