继续按 align-linuxcnc 约束:补 word reader 源码错误覆盖
结论:覆盖 LinuxCNC interp_read.cc 中负数 F/G/H/L/M/S/T 和重复 F/H/L/S/T/X/Y/Z word reader 错误;未扩展 smoke。 验证:./test-linuxcnc-source-link.sh;./test-native.sh。
This commit is contained in:
1
tests/gcode/linuxcnc_multiple_f_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_f_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
F1 F2
|
||||
1
tests/gcode/linuxcnc_multiple_h_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_h_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
H1 H2
|
||||
1
tests/gcode/linuxcnc_multiple_l_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_l_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
L1 L2
|
||||
1
tests/gcode/linuxcnc_multiple_s_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_s_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
S100 S200
|
||||
1
tests/gcode/linuxcnc_multiple_t_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_t_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
T1 T2
|
||||
1
tests/gcode/linuxcnc_multiple_x_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_x_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 X1 X2 F100
|
||||
1
tests/gcode/linuxcnc_multiple_y_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_y_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 Y1 Y2 F100
|
||||
1
tests/gcode/linuxcnc_multiple_z_words_error.ngc
Normal file
1
tests/gcode/linuxcnc_multiple_z_words_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G1 Z1 Z2 F100
|
||||
1
tests/gcode/linuxcnc_negative_f_word_error.ngc
Normal file
1
tests/gcode/linuxcnc_negative_f_word_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
F-1
|
||||
1
tests/gcode/linuxcnc_negative_g_code_error.ngc
Normal file
1
tests/gcode/linuxcnc_negative_g_code_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
G-1
|
||||
1
tests/gcode/linuxcnc_negative_h_word_error.ngc
Normal file
1
tests/gcode/linuxcnc_negative_h_word_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
H-2
|
||||
1
tests/gcode/linuxcnc_negative_l_word_error.ngc
Normal file
1
tests/gcode/linuxcnc_negative_l_word_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
L-1
|
||||
1
tests/gcode/linuxcnc_negative_m_code_error.ngc
Normal file
1
tests/gcode/linuxcnc_negative_m_code_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
M-1
|
||||
1
tests/gcode/linuxcnc_negative_s_word_error.ngc
Normal file
1
tests/gcode/linuxcnc_negative_s_word_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
S-1
|
||||
1
tests/gcode/linuxcnc_negative_t_word_error.ngc
Normal file
1
tests/gcode/linuxcnc_negative_t_word_error.ngc
Normal file
@@ -0,0 +1 @@
|
||||
T-1
|
||||
Reference in New Issue
Block a user