File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,8 @@ fn test_fully_qualified_contract_call(
460
460
}
461
461
}
462
462
463
+ // Test not valid for clarity-wasm runtime
464
+ // Contracts would error in the static analysis pass.
463
465
#[ cfg( not( feature = "clarity-wasm" ) ) ]
464
466
#[ apply( test_epochs) ]
465
467
fn test_simple_naming_system ( epoch : StacksEpochId , mut env_factory : MemoryEnvironmentGenerator ) {
Original file line number Diff line number Diff line change @@ -702,6 +702,8 @@ fn test_reentrant_dynamic_dispatch(
702
702
}
703
703
}
704
704
705
+ // Test not valid for clarity-wasm runtime
706
+ // Contracts would error in the static analysis pass.
705
707
#[ cfg( not( feature = "clarity-wasm" ) ) ]
706
708
#[ apply( test_clarity_versions) ]
707
709
fn test_readwrite_dynamic_dispatch (
@@ -760,6 +762,8 @@ fn test_readwrite_dynamic_dispatch(
760
762
}
761
763
}
762
764
765
+ // Test not valid for clarity-wasm runtime
766
+ // Contracts would error in the static analysis pass.
763
767
#[ cfg( not( feature = "clarity-wasm" ) ) ]
764
768
#[ apply( test_clarity_versions) ]
765
769
fn test_readwrite_violation_dynamic_dispatch (
You can’t perform that action at this time.
0 commit comments