acpi
acpi copied to clipboard
Allow aml_tester to report test outcome using DefFatal
DefFatal can be used by ASL to report a fatal error to OSPM. We can use this to test features of ASL within asl_tester.
- [ ] Don't panic, but mark test as failing, if
DefFatalis encountered - [ ] Allow annotation from test to signal that a
DefFatalis expected, so we can test it - [ ] Add a test for
DefFatalto make sure it's parsed and handled correctly