fault_unresolved_target

forward goto target unresolved at EOF faults execution

Status: Match

Input G-code

GOTOF END

Options

{
  "filename": null,
  "active_skip_levels": [],
  "tool_change_mode": "deferred_m6",
  "enable_iso_m98_calls": false
}

Expected Trace

{
  "name": "fault_unresolved_target",
  "description": "forward goto target unresolved at EOF faults execution",
  "initial_state": {
    "modal": {
      "motion_code": "",
      "working_plane": "xy",
      "rapid_mode": "linear",
      "tool_radius_comp": "off",
      "active_tool_selection": null,
      "pending_tool_selection": null,
      "selected_tool_selection": null
    }
  },
  "options": {
    "filename": null,
    "active_skip_levels": [],
    "tool_change_mode": "deferred_m6",
    "enable_iso_m98_calls": false
  },
  "expected_events": [
    {
      "type": "diagnostic",
      "severity": "error",
      "message": "unresolved goto target: END",
      "location": {
        "line": 1,
        "column": 1
      }
    },
    {
      "type": "faulted",
      "severity": "error",
      "message": "unresolved goto target: END",
      "location": {
        "line": 1,
        "column": 1
      }
    }
  ]
}

Actual Trace

{
  "name": "fault_unresolved_target",
  "description": "forward goto target unresolved at EOF faults execution",
  "initial_state": {
    "modal": {
      "motion_code": "",
      "working_plane": "xy",
      "rapid_mode": "linear",
      "tool_radius_comp": "off",
      "active_tool_selection": null,
      "pending_tool_selection": null,
      "selected_tool_selection": null
    }
  },
  "options": {
    "filename": null,
    "active_skip_levels": [],
    "tool_change_mode": "deferred_m6",
    "enable_iso_m98_calls": false
  },
  "expected_events": [
    {
      "type": "diagnostic",
      "severity": "error",
      "message": "unresolved goto target: END",
      "location": {
        "line": 1,
        "column": 1
      }
    },
    {
      "type": "faulted",
      "severity": "error",
      "message": "unresolved goto target: END",
      "location": {
        "line": 1,
        "column": 1
      }
    }
  ]
}