继续按 align-linuxcnc 约束:补齐重复 word reader 源码覆盖
结论:覆盖 LinuxCNC interp_read.cc 中剩余重复 A/B/C/D/E/I/J/K/P/Q/R/U/V/W word reader 错误;未扩展 smoke。 验证:./test-linuxcnc-source-link.sh;./test-native.sh。
This commit is contained in:
1
tests/gcode/linuxcnc_multiple_a_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_a_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 A1 A2 F100
|
||||
1
tests/gcode/linuxcnc_multiple_b_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_b_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 B1 B2 F100
|
||||
1
tests/gcode/linuxcnc_multiple_c_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_c_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 C1 C2 F100
|
||||
1
tests/gcode/linuxcnc_multiple_d_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_d_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
D1 D2
|
||||
1
tests/gcode/linuxcnc_multiple_e_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_e_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
E1 E2
|
||||
1
tests/gcode/linuxcnc_multiple_i_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_i_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G2 X1 Y0 I0 I1 J0 F100
|
||||
1
tests/gcode/linuxcnc_multiple_j_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_j_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G2 X1 Y0 I0 J0 J1 F100
|
||||
1
tests/gcode/linuxcnc_multiple_k_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_k_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
K1 K2
|
||||
1
tests/gcode/linuxcnc_multiple_p_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_p_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
P1 P2
|
||||
1
tests/gcode/linuxcnc_multiple_q_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_q_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
Q1 Q2
|
||||
1
tests/gcode/linuxcnc_multiple_r_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_r_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
R1 R2
|
||||
1
tests/gcode/linuxcnc_multiple_u_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_u_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 U1 U2 F100
|
||||
1
tests/gcode/linuxcnc_multiple_v_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_v_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 V1 V2 F100
|
||||
1
tests/gcode/linuxcnc_multiple_w_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_w_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 W1 W2 F100
|
||||
Reference in New Issue
Block a user