BTests & baselines for testing selective skipping of script optimization

This commit is contained in:
Vern Paxson 2025-09-12 11:05:55 -06:00 committed by Tim Wojtulewicz
parent 441baaf2c1
commit dc7f4dca1c
27 changed files with 246 additions and 10 deletions

View file

@ -0,0 +1,9 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
always: function() : void
compiled-C++
no_ZAM: function() : void
compiled-C++
no_CPP: function() : void
{
print no CPP;
}