扩展浏览器 MDI 位置参数覆盖
结论:浏览器解释器 smoke 现在复用完整 MDI fixture 列表,将 position_params 纳入 LinuxCNC-backed Interp::execute 覆盖。
This commit is contained in:
@@ -366,6 +366,7 @@ Browser interpreter `Interp::execute()` coverage currently includes:
|
|||||||
- `coordinate_offsets`
|
- `coordinate_offsets`
|
||||||
- `g53_machine_coordinates`
|
- `g53_machine_coordinates`
|
||||||
- `feed_control_modes`
|
- `feed_control_modes`
|
||||||
|
- `position_params`
|
||||||
- `canned_cycles`
|
- `canned_cycles`
|
||||||
- `numbered_params`
|
- `numbered_params`
|
||||||
- `comment_logging`
|
- `comment_logging`
|
||||||
|
|||||||
@@ -25,9 +25,7 @@ export const INTERP_MDI_FIXTURES = [
|
|||||||
"program_end_modal_reset",
|
"program_end_modal_reset",
|
||||||
];
|
];
|
||||||
|
|
||||||
export const INTERP_BROWSER_MDI_FIXTURES = INTERP_MDI_FIXTURES.filter(
|
export const INTERP_BROWSER_MDI_FIXTURES = INTERP_MDI_FIXTURES;
|
||||||
(fixtureName) => fixtureName !== "position_params",
|
|
||||||
);
|
|
||||||
|
|
||||||
export const INTERP_ERROR_FIXTURES = [
|
export const INTERP_ERROR_FIXTURES = [
|
||||||
"g1_zero_feed",
|
"g1_zero_feed",
|
||||||
|
|||||||
Reference in New Issue
Block a user