TestType
Entries
Link copied to clipboard
Run diagnostics tests, no dumps - TestLevel.Diagnostics only.
Link copied to clipboard
Run and dump FIR - TestLevel.FIR only.
Link copied to clipboard
Run and dump IR - TestLevel.IR only.
Link copied to clipboard
Run diagnostics, FIR, and IR - TestLevel.Diagnostics, TestLevel.FIR, and TestLevel.IR.
Link copied to clipboard
Run the box() execution test - TestLevel.Run only.
Link copied to clipboard
Run Compile and the box() execution test - TestLevel.Diagnostics, TestLevel.FIR, TestLevel.IR, and TestLevel.Run