From ff21535ea29244df7d9cbcf5e6128dd9c408bf1a Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Thu, 26 Sep 2024 13:32:54 +0200 Subject: [PATCH] Remove `ast-stats` output from tests baselines. These are too noisy as they update with every AST change. Originally I included `ast-stats` into some test baselines to ensure the new AST infrastructure isn't doing weird stuff, but seems that's working out ok. --- .../Baseline/hilti.ast.basic-module/debug.log | 79 ----------- .../.stderr | 134 ------------------ .../spicy.types.unit.sub-unit/.stderr | 130 ----------------- tests/hilti/ast/basic-module.hlt | 2 +- .../types/unit/hooks-across-imports.spicy | 3 +- tests/spicy/types/unit/sub-unit.spicy | 3 +- 6 files changed, 3 insertions(+), 348 deletions(-) delete mode 100644 tests/Baseline/spicy.types.unit.hooks-across-imports/.stderr delete mode 100644 tests/Baseline/spicy.types.unit.sub-unit/.stderr diff --git a/tests/Baseline/hilti.ast.basic-module/debug.log b/tests/Baseline/hilti.ast.basic-module/debug.log index af4283fe3..944f33a36 100644 --- a/tests/Baseline/hilti.ast.basic-module/debug.log +++ b/tests/Baseline/hilti.ast.basic-module/debug.log @@ -8,73 +8,19 @@ [debug/compiler] [HILTI] building scopes [debug/compiler] [HILTI] resolving AST [debug/compiler] -> modified -[debug/ast-stats] garbage collected 537 nodes in 12 rounds, 5351 left retained [debug/compiler] processing ASTs, round 2 [debug/compiler] [HILTI] building scopes [debug/compiler] [HILTI] resolving AST [debug/compiler] -> modified -[debug/ast-stats] garbage collected 223 nodes in 11 rounds, 5607 left retained [debug/compiler] processing ASTs, round 3 [debug/compiler] [HILTI] building scopes [debug/compiler] [HILTI] resolving AST -[debug/ast-stats] garbage collected 29 nodes in 2 rounds, 5635 left retained -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - # AST rounds 3 -[debug/ast-stats] - max tree depth: 16 -[debug/ast-stats] - # context declarations: 23 -[debug/ast-stats] - # context types: 16 -[debug/ast-stats] - # context modules: 2 -[debug/ast-stats] - # nodes reachable in AST: 705 -[debug/ast-stats] - # nodes live: 5635 -[debug/ast-stats] - # nodes retained: 5635 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - AttributeSet: 64 -[debug/ast-stats] - QualifiedType: 1971 -[debug/ast-stats] - expression::Ctor: 69 -[debug/ast-stats] - type::Bool: 141 -[debug/ast-stats] - type::Bytes: 80 -[debug/ast-stats] - type::Member: 121 -[debug/ast-stats] - type::OperandList: 504 -[debug/ast-stats] - type::Real: 60 -[debug/ast-stats] - type::SignedInteger: 78 -[debug/ast-stats] - type::String: 80 -[debug/ast-stats] - type::Unknown: 118 -[debug/ast-stats] - type::UnsignedInteger: 338 -[debug/ast-stats] - type::bytes::Iterator: 108 -[debug/ast-stats] - type::operand_list::Operand: 911 -[debug/ast-stats] - type::stream::Iterator: 81 [debug/compiler] [HILTI] validating (post) [debug/compiler] performing global transformations [debug/compiler] resolving units with plugin HILTI [debug/compiler] processing ASTs, round 1 [debug/compiler] [HILTI] building scopes [debug/compiler] [HILTI] resolving AST -[debug/ast-stats] garbage collected 29 nodes in 2 rounds, 5635 left retained -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - # AST rounds 1 -[debug/ast-stats] - max tree depth: 16 -[debug/ast-stats] - # context declarations: 23 -[debug/ast-stats] - # context types: 16 -[debug/ast-stats] - # context modules: 2 -[debug/ast-stats] - # nodes reachable in AST: 694 -[debug/ast-stats] - # nodes live: 5635 -[debug/ast-stats] - # nodes retained: 5635 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - AttributeSet: 64 -[debug/ast-stats] - QualifiedType: 1971 -[debug/ast-stats] - expression::Ctor: 69 -[debug/ast-stats] - type::Bool: 141 -[debug/ast-stats] - type::Bytes: 80 -[debug/ast-stats] - type::Member: 121 -[debug/ast-stats] - type::OperandList: 504 -[debug/ast-stats] - type::Real: 60 -[debug/ast-stats] - type::SignedInteger: 78 -[debug/ast-stats] - type::String: 80 -[debug/ast-stats] - type::Unknown: 118 -[debug/ast-stats] - type::UnsignedInteger: 338 -[debug/ast-stats] - type::bytes::Iterator: 108 -[debug/ast-stats] - type::operand_list::Operand: 911 -[debug/ast-stats] - type::stream::Iterator: 81 [debug/compiler] [HILTI] validating (post) [debug/compiler] finalized AST [debug/ast-final] # [HILTI] Final AST @@ -1013,32 +959,7 @@ [debug/ast-final] [T13] hilti::Exception [type::Exception] (hilti.hlt:46:25-46:33) [debug/ast-final] [T14] hilti::SystemException [type::Exception] (hilti.hlt:49:31-49:53) [debug/ast-final] [T15] hilti::RecoverableFailure [type::Exception] (hilti.hlt:56:34-56:56) -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - max tree depth: 16 -[debug/ast-stats] - # context declarations: 23 -[debug/ast-stats] - # context types: 16 -[debug/ast-stats] - # context modules: 2 -[debug/ast-stats] - # nodes reachable in AST: 694 -[debug/ast-stats] - # nodes live: 5635 -[debug/ast-stats] - # nodes retained: 5635 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - AttributeSet: 64 -[debug/ast-stats] - QualifiedType: 1971 -[debug/ast-stats] - expression::Ctor: 69 -[debug/ast-stats] - type::Bool: 141 -[debug/ast-stats] - type::Bytes: 80 -[debug/ast-stats] - type::Member: 121 -[debug/ast-stats] - type::OperandList: 504 -[debug/ast-stats] - type::Real: 60 -[debug/ast-stats] - type::SignedInteger: 78 -[debug/ast-stats] - type::String: 80 -[debug/ast-stats] - type::Unknown: 118 -[debug/ast-stats] - type::UnsignedInteger: 338 -[debug/ast-stats] - type::bytes::Iterator: 108 -[debug/ast-stats] - type::operand_list::Operand: 911 -[debug/ast-stats] - type::stream::Iterator: 81 [debug/compiler] computing AST dependencies [debug/compiler] codegen module Foo to C++ [debug/compiler] generating C++ for module Foo [debug/compiler] finalizing module Foo -[debug/ast-stats] garbage collected 5636 nodes in 17 rounds, 0 left retained diff --git a/tests/Baseline/spicy.types.unit.hooks-across-imports/.stderr b/tests/Baseline/spicy.types.unit.hooks-across-imports/.stderr deleted file mode 100644 index 170f2b942..000000000 --- a/tests/Baseline/spicy.types.unit.hooks-across-imports/.stderr +++ /dev/null @@ -1,134 +0,0 @@ -### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -[debug/ast-stats] garbage collected 1098 nodes in 12 rounds, 8163 left retained -[debug/ast-stats] garbage collected 479 nodes in 11 rounds, 9412 left retained -[debug/ast-stats] garbage collected 170 nodes in 6 rounds, 9815 left retained -[debug/ast-stats] garbage collected 78 nodes in 3 rounds, 9815 left retained -[debug/ast-stats] garbage collected 78 nodes in 3 rounds, 9815 left retained -[debug/ast-stats] # [Spicy] AST statistics: -[debug/ast-stats] - # AST rounds 5 -[debug/ast-stats] - max tree depth: 16 -[debug/ast-stats] - # context declarations: 67 -[debug/ast-stats] - # context types: 47 -[debug/ast-stats] - # context modules: 5 -[debug/ast-stats] - # nodes reachable in AST: 3205 -[debug/ast-stats] - # nodes live: 9815 -[debug/ast-stats] - # nodes retained: 9815 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 171 -[debug/ast-stats] - AttributeSet: 341 -[debug/ast-stats] - QualifiedType: 3322 -[debug/ast-stats] - ctor::String: 120 -[debug/ast-stats] - declaration::Parameter: 138 -[debug/ast-stats] - expression::Ctor: 209 -[debug/ast-stats] - type::Bool: 157 -[debug/ast-stats] - type::Bytes: 153 -[debug/ast-stats] - type::Function: 134 -[debug/ast-stats] - type::Member: 175 -[debug/ast-stats] - type::OperandList: 670 -[debug/ast-stats] - type::String: 215 -[debug/ast-stats] - type::Unknown: 157 -[debug/ast-stats] - type::UnsignedInteger: 535 -[debug/ast-stats] - type::Void: 114 -[debug/ast-stats] - type::bytes::Iterator: 181 -[debug/ast-stats] - type::operand_list::Operand: 1257 -[debug/ast-stats] - type::stream::Iterator: 141 -[debug/ast-stats] garbage collected 9044 nodes in 14 rounds, 21367 left retained -[debug/ast-stats] garbage collected 2418 nodes in 16 rounds, 25291 left retained -[debug/ast-stats] garbage collected 2346 nodes in 8 rounds, 26709 left retained -[debug/ast-stats] garbage collected 4762 nodes in 11 rounds, 27927 left retained -[debug/ast-stats] garbage collected 412 nodes in 3 rounds, 27927 left retained -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - # AST rounds 5 -[debug/ast-stats] - max tree depth: 27 -[debug/ast-stats] - # context declarations: 260 -[debug/ast-stats] - # context types: 55 -[debug/ast-stats] - # context modules: 8 -[debug/ast-stats] - # nodes reachable in AST: 18879 -[debug/ast-stats] - # nodes live: 27927 -[debug/ast-stats] - # nodes retained: 27927 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 301 -[debug/ast-stats] - AttributeSet: 783 -[debug/ast-stats] - QualifiedType: 9222 -[debug/ast-stats] - declaration::Parameter: 411 -[debug/ast-stats] - expression::Ctor: 782 -[debug/ast-stats] - expression::Member: 320 -[debug/ast-stats] - expression::Name: 1010 -[debug/ast-stats] - type::Bool: 338 -[debug/ast-stats] - type::Member: 554 -[debug/ast-stats] - type::Name: 534 -[debug/ast-stats] - type::OperandList: 810 -[debug/ast-stats] - type::Optional: 465 -[debug/ast-stats] - type::String: 465 -[debug/ast-stats] - type::Tuple: 336 -[debug/ast-stats] - type::UnsignedInteger: 1697 -[debug/ast-stats] - type::operand_list::Operand: 1581 -[debug/ast-stats] - type::stream::Iterator: 1016 -[debug/ast-stats] - type::stream::View: 550 -[debug/ast-stats] - type::tuple::Element: 685 -[debug/ast-stats] garbage collected 7735 nodes in 13 rounds, 21242 left retained -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - # AST rounds 1 -[debug/ast-stats] - max tree depth: 25 -[debug/ast-stats] - # context declarations: 260 -[debug/ast-stats] - # context types: 55 -[debug/ast-stats] - # context modules: 8 -[debug/ast-stats] - # nodes reachable in AST: 11335 -[debug/ast-stats] - # nodes live: 21242 -[debug/ast-stats] - # nodes retained: 21242 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 265 -[debug/ast-stats] - AttributeSet: 723 -[debug/ast-stats] - QualifiedType: 7186 -[debug/ast-stats] - ctor::String: 233 -[debug/ast-stats] - declaration::Parameter: 378 -[debug/ast-stats] - expression::Ctor: 597 -[debug/ast-stats] - expression::Name: 428 -[debug/ast-stats] - type::Bool: 275 -[debug/ast-stats] - type::Bytes: 214 -[debug/ast-stats] - type::Function: 231 -[debug/ast-stats] - type::Member: 300 -[debug/ast-stats] - type::Name: 441 -[debug/ast-stats] - type::OperandList: 810 -[debug/ast-stats] - type::Optional: 288 -[debug/ast-stats] - type::String: 429 -[debug/ast-stats] - type::UnsignedInteger: 1192 -[debug/ast-stats] - type::Void: 247 -[debug/ast-stats] - type::bytes::Iterator: 242 -[debug/ast-stats] - type::operand_list::Operand: 1581 -[debug/ast-stats] - type::stream::Iterator: 674 -[debug/ast-stats] - type::stream::View: 450 -[debug/ast-stats] - type::tuple::Element: 568 -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - max tree depth: 25 -[debug/ast-stats] - # context declarations: 260 -[debug/ast-stats] - # context types: 55 -[debug/ast-stats] - # context modules: 8 -[debug/ast-stats] - # nodes reachable in AST: 11335 -[debug/ast-stats] - # nodes live: 21242 -[debug/ast-stats] - # nodes retained: 21242 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 265 -[debug/ast-stats] - AttributeSet: 723 -[debug/ast-stats] - QualifiedType: 7186 -[debug/ast-stats] - ctor::String: 233 -[debug/ast-stats] - declaration::Parameter: 378 -[debug/ast-stats] - expression::Ctor: 597 -[debug/ast-stats] - expression::Name: 428 -[debug/ast-stats] - type::Bool: 275 -[debug/ast-stats] - type::Bytes: 214 -[debug/ast-stats] - type::Function: 231 -[debug/ast-stats] - type::Member: 300 -[debug/ast-stats] - type::Name: 441 -[debug/ast-stats] - type::OperandList: 810 -[debug/ast-stats] - type::Optional: 288 -[debug/ast-stats] - type::String: 429 -[debug/ast-stats] - type::UnsignedInteger: 1192 -[debug/ast-stats] - type::Void: 247 -[debug/ast-stats] - type::bytes::Iterator: 242 -[debug/ast-stats] - type::operand_list::Operand: 1581 -[debug/ast-stats] - type::stream::Iterator: 674 -[debug/ast-stats] - type::stream::View: 450 -[debug/ast-stats] - type::tuple::Element: 568 -[debug/ast-stats] garbage collected 25010 nodes in 18 rounds, 0 left retained -[debug/ast-stats] garbage collected 0 nodes in 1 round, 0 left retained diff --git a/tests/Baseline/spicy.types.unit.sub-unit/.stderr b/tests/Baseline/spicy.types.unit.sub-unit/.stderr deleted file mode 100644 index b1117d27c..000000000 --- a/tests/Baseline/spicy.types.unit.sub-unit/.stderr +++ /dev/null @@ -1,130 +0,0 @@ -### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -[debug/ast-stats] garbage collected 1086 nodes in 12 rounds, 7907 left retained -[debug/ast-stats] garbage collected 282 nodes in 11 rounds, 9065 left retained -[debug/ast-stats] garbage collected 70 nodes in 2 rounds, 9421 left retained -[debug/ast-stats] garbage collected 70 nodes in 2 rounds, 9421 left retained -[debug/ast-stats] # [Spicy] AST statistics: -[debug/ast-stats] - # AST rounds 4 -[debug/ast-stats] - max tree depth: 16 -[debug/ast-stats] - # context declarations: 60 -[debug/ast-stats] - # context types: 43 -[debug/ast-stats] - # context modules: 4 -[debug/ast-stats] - # nodes reachable in AST: 2809 -[debug/ast-stats] - # nodes live: 9421 -[debug/ast-stats] - # nodes retained: 9421 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 166 -[debug/ast-stats] - AttributeSet: 317 -[debug/ast-stats] - QualifiedType: 3192 -[debug/ast-stats] - ctor::String: 112 -[debug/ast-stats] - declaration::Parameter: 138 -[debug/ast-stats] - expression::Ctor: 196 -[debug/ast-stats] - type::Bool: 157 -[debug/ast-stats] - type::Bytes: 122 -[debug/ast-stats] - type::Function: 127 -[debug/ast-stats] - type::Member: 167 -[debug/ast-stats] - type::OperandList: 670 -[debug/ast-stats] - type::String: 207 -[debug/ast-stats] - type::Unknown: 157 -[debug/ast-stats] - type::UnsignedInteger: 510 -[debug/ast-stats] - type::Void: 107 -[debug/ast-stats] - type::bytes::Iterator: 150 -[debug/ast-stats] - type::operand_list::Operand: 1257 -[debug/ast-stats] - type::stream::Iterator: 141 -[debug/ast-stats] garbage collected 5119 nodes in 12 rounds, 17928 left retained -[debug/ast-stats] garbage collected 2938 nodes in 16 rounds, 20808 left retained -[debug/ast-stats] garbage collected 1582 nodes in 8 rounds, 21705 left retained -[debug/ast-stats] garbage collected 3481 nodes in 11 rounds, 22498 left retained -[debug/ast-stats] garbage collected 286 nodes in 3 rounds, 22498 left retained -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - # AST rounds 5 -[debug/ast-stats] - max tree depth: 27 -[debug/ast-stats] - # context declarations: 192 -[debug/ast-stats] - # context types: 49 -[debug/ast-stats] - # context modules: 6 -[debug/ast-stats] - # nodes reachable in AST: 14402 -[debug/ast-stats] - # nodes live: 22498 -[debug/ast-stats] - # nodes retained: 22498 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 251 -[debug/ast-stats] - AttributeSet: 602 -[debug/ast-stats] - QualifiedType: 7402 -[debug/ast-stats] - ctor::String: 290 -[debug/ast-stats] - declaration::Parameter: 313 -[debug/ast-stats] - expression::Ctor: 701 -[debug/ast-stats] - expression::Name: 745 -[debug/ast-stats] - type::Bool: 279 -[debug/ast-stats] - type::Member: 400 -[debug/ast-stats] - type::Name: 388 -[debug/ast-stats] - type::OperandList: 758 -[debug/ast-stats] - type::Optional: 339 -[debug/ast-stats] - type::String: 548 -[debug/ast-stats] - type::Tuple: 275 -[debug/ast-stats] - type::UnsignedInteger: 1292 -[debug/ast-stats] - type::Void: 260 -[debug/ast-stats] - type::operand_list::Operand: 1463 -[debug/ast-stats] - type::stream::Iterator: 763 -[debug/ast-stats] - type::stream::View: 417 -[debug/ast-stats] - type::tuple::Element: 606 -[debug/ast-stats] garbage collected 6439 nodes in 15 rounds, 16747 left retained -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - # AST rounds 1 -[debug/ast-stats] - max tree depth: 25 -[debug/ast-stats] - # context declarations: 192 -[debug/ast-stats] - # context types: 49 -[debug/ast-stats] - # context modules: 6 -[debug/ast-stats] - # nodes reachable in AST: 7528 -[debug/ast-stats] - # nodes live: 16747 -[debug/ast-stats] - # nodes retained: 16747 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 218 -[debug/ast-stats] - AttributeSet: 548 -[debug/ast-stats] - QualifiedType: 5660 -[debug/ast-stats] - ctor::String: 231 -[debug/ast-stats] - declaration::Parameter: 288 -[debug/ast-stats] - expression::Ctor: 485 -[debug/ast-stats] - expression::Name: 274 -[debug/ast-stats] - type::Bool: 221 -[debug/ast-stats] - type::Function: 186 -[debug/ast-stats] - type::Member: 237 -[debug/ast-stats] - type::Name: 274 -[debug/ast-stats] - type::OperandList: 758 -[debug/ast-stats] - type::Optional: 201 -[debug/ast-stats] - type::String: 436 -[debug/ast-stats] - type::UnsignedInteger: 923 -[debug/ast-stats] - type::Void: 222 -[debug/ast-stats] - type::operand_list::Operand: 1463 -[debug/ast-stats] - type::stream::Iterator: 494 -[debug/ast-stats] - type::stream::View: 328 -[debug/ast-stats] - type::tuple::Element: 409 -[debug/ast-stats] # [HILTI] AST statistics: -[debug/ast-stats] - max tree depth: 25 -[debug/ast-stats] - # context declarations: 192 -[debug/ast-stats] - # context types: 49 -[debug/ast-stats] - # context modules: 6 -[debug/ast-stats] - # nodes reachable in AST: 7528 -[debug/ast-stats] - # nodes live: 16747 -[debug/ast-stats] - # nodes retained: 16747 -[debug/ast-stats] - # nodes live > 1%: -[debug/ast-stats] - Attribute: 218 -[debug/ast-stats] - AttributeSet: 548 -[debug/ast-stats] - QualifiedType: 5660 -[debug/ast-stats] - ctor::String: 231 -[debug/ast-stats] - declaration::Parameter: 288 -[debug/ast-stats] - expression::Ctor: 485 -[debug/ast-stats] - expression::Name: 274 -[debug/ast-stats] - type::Bool: 221 -[debug/ast-stats] - type::Function: 186 -[debug/ast-stats] - type::Member: 237 -[debug/ast-stats] - type::Name: 274 -[debug/ast-stats] - type::OperandList: 758 -[debug/ast-stats] - type::Optional: 201 -[debug/ast-stats] - type::String: 436 -[debug/ast-stats] - type::UnsignedInteger: 923 -[debug/ast-stats] - type::Void: 222 -[debug/ast-stats] - type::operand_list::Operand: 1463 -[debug/ast-stats] - type::stream::Iterator: 494 -[debug/ast-stats] - type::stream::View: 328 -[debug/ast-stats] - type::tuple::Element: 409 -[debug/ast-stats] garbage collected 17513 nodes in 18 rounds, 0 left retained -[debug/ast-stats] garbage collected 0 nodes in 1 round, 0 left retained diff --git a/tests/hilti/ast/basic-module.hlt b/tests/hilti/ast/basic-module.hlt index fe77e2f23..48aded267 100644 --- a/tests/hilti/ast/basic-module.hlt +++ b/tests/hilti/ast/basic-module.hlt @@ -1,5 +1,5 @@ # @TEST-GROUP: no-jit -# @TEST-EXEC: ${HILTIC} -c -D compiler,ast-final,ast-stats %INPUT >output 2>debug.log +# @TEST-EXEC: ${HILTIC} -c -D compiler,ast-final %INPUT >output 2>debug.log # @TEST-EXEC: btest-diff output # @TEST-EXEC: btest-diff debug.log diff --git a/tests/spicy/types/unit/hooks-across-imports.spicy b/tests/spicy/types/unit/hooks-across-imports.spicy index 69eca10f4..a4ae171f7 100644 --- a/tests/spicy/types/unit/hooks-across-imports.spicy +++ b/tests/spicy/types/unit/hooks-across-imports.spicy @@ -1,6 +1,5 @@ -# @TEST-EXEC: echo 123456666677777CC | spicy-driver -D ast-stats -p A::tA b.spicy %INPUT | sort >output +# @TEST-EXEC: echo 123456666677777CC | spicy-driver -p A::tA b.spicy %INPUT | sort >output # @TEST-EXEC: btest-diff output -# @TEST-EXEC: btest-diff .stderr module A; diff --git a/tests/spicy/types/unit/sub-unit.spicy b/tests/spicy/types/unit/sub-unit.spicy index 31c250214..7f14009ed 100644 --- a/tests/spicy/types/unit/sub-unit.spicy +++ b/tests/spicy/types/unit/sub-unit.spicy @@ -1,6 +1,5 @@ -# @TEST-EXEC: ${SCRIPTS}/printf '\x01\x02\x03' | spicy-driver -D ast-stats -d %INPUT >output +# @TEST-EXEC: ${SCRIPTS}/printf '\x01\x02\x03' | spicy-driver -d %INPUT >output # @TEST-EXEC: btest-diff output -# @TEST-EXEC: btest-diff .stderr # # @TEST-GROUP: spicy-core