Update wasm port validation state
This commit is contained in:
@@ -283,6 +283,12 @@ known_expected_failure() {
|
||||
axis/vismach/5axis/bridgemill/5axisgui.ngc)
|
||||
[[ "$combined" == *"Bad character 'w' used"* ]] && { printf 'ini-axis-mask-W\n'; return 0; }
|
||||
;;
|
||||
axis/vismach/5axis/table-dual-rotary/demos/xyzab-tdr-demo.ngc)
|
||||
[[ "$combined" == *"Named parameter #<_hal[xyzab_tdr_kins.x-rot-point]> not defined"* ]] && { printf 'runtime-hal-named-parameter\n'; return 0; }
|
||||
;;
|
||||
axis/vismach/millturn/example.ngc)
|
||||
[[ "$combined" == *"Unknown m code used: M129"* ]] && { printf 'external-user-m-process-M129\n'; return 0; }
|
||||
;;
|
||||
axis/vismach/5axis/table-rotary_spindle-rotary-nutating/demos/incremental_repetition_g533.ngc)
|
||||
[[ "$combined" == *"Cannot use axis values without a g code that uses them"* ]] && { printf 'upstream-demo-missing-motion-gcode\n'; return 0; }
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user