wasm-port: broaden native LinuxCNC interpreter probes
This commit is contained in:
4
wasm-port/tests/fixtures/canon_errors/arc_radius_mismatch.expected
vendored
Normal file
4
wasm-port/tests/fixtures/canon_errors/arc_radius_mismatch.expected
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
execute_line_1=0
|
||||
execute_line_2=5
|
||||
error_text=Radius to end of arc differs from radius to start
|
||||
absent=canon_event=ARC_FEED
|
||||
4
wasm-port/tests/fixtures/canon_errors/arc_zero_radius.expected
vendored
Normal file
4
wasm-port/tests/fixtures/canon_errors/arc_zero_radius.expected
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
execute_line_1=0
|
||||
execute_line_2=5
|
||||
error_text=Zero-radius arc
|
||||
absent=canon_event=ARC_FEED
|
||||
2
wasm-port/tests/fixtures/canon_errors/namedparam_readonly.expected
vendored
Normal file
2
wasm-port/tests/fixtures/canon_errors/namedparam_readonly.expected
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
execute_line_1=5
|
||||
error_text=Cannot assign to read-only parameter #<_feed>
|
||||
2
wasm-port/tests/fixtures/canon_errors/numbered_param_readonly.expected
vendored
Normal file
2
wasm-port/tests/fixtures/canon_errors/numbered_param_readonly.expected
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
execute_line_1=5
|
||||
error_text=Parameter is readonly
|
||||
3
wasm-port/tests/fixtures/canon_errors/tool_length_offset_not_found.expected
vendored
Normal file
3
wasm-port/tests/fixtures/canon_errors/tool_length_offset_not_found.expected
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
execute_line_1=5
|
||||
error_text=Requested tool 999 not found in the tool table
|
||||
absent=canon_event=USE_TOOL_LENGTH_OFFSET
|
||||
2
wasm-port/tests/fixtures/canon_errors/tool_not_found.expected
vendored
Normal file
2
wasm-port/tests/fixtures/canon_errors/tool_not_found.expected
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
execute_line_1=5
|
||||
error_text=Requested tool 999 not found in the tool table
|
||||
Reference in New Issue
Block a user