Skip to content

Commit c990033

Browse files
olwangclaude
andcommitted
test: annotate runtime:Channel.message for the VM parity coverage gate
Adding Channel.message as a runtime intrinsic (for cross-isolate message channels) introduced a new supported VM feature; parity_fixture_annotations_cover_supported_vm_features requires a `// parity:` annotation for it. Channel.message reuses the Channel.bounded runtime path and is parity-tested by parity_message_channel_roundtrip, so add it to the Channel annotation line. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 17196a8 commit c990033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rsscript/tests/vm_eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ pub fn echo(message: &String) -> String {
800800
// parity: runtime:Buffer.new runtime:Buffer.view runtime:BufferView.is_empty
801801
// parity: runtime:BufferView.len runtime:BufferView.slice runtime:BufferView.to_bytes
802802
// parity: runtime:Cache.get runtime:Cache.insert runtime:Cache.lookup runtime:Cache.new
803-
// parity: runtime:Channel.bounded runtime:Channel.receiver runtime:Channel.sender
803+
// parity: runtime:Channel.bounded runtime:Channel.message runtime:Channel.receiver runtime:Channel.sender
804804
// parity: runtime:ChannelError.message
805805
// parity: runtime:CancellationSource.cancel runtime:CancellationSource.new
806806
// parity: runtime:CancellationSource.token runtime:CancellationToken.is_cancelled

0 commit comments

Comments
 (0)