Attendees: Ric Dokken, Scott Franzen, Carey Garrenton, Greg Maston, Jim O'Reilly, Ernie Wahl, Gerald Chan Line and clause numbers if any are with regard to STIL.4 syntax document D02 dated October 12, 2015. ================================================================================ ISSUE: - How to handle Advantest PASS/FAIL/ERROR result: In FlowNode: create PASS, FAIL, and ERROR ports, base actions on TestBase parameter interrogation, e.g., CurrentTest.parameter_name. - NOTE: STIL.4 allows default TestBase and FlowNode definitions to be altered with some constraints, e.g., TestBase PassActions and FailActions may be empty/omiited. ================================================================================ CONSENSUS: 1 Restore "Enum FailMode" and TestBase parameter "FailMode failed" 2 Change FailMode::PASS to FailMode::NOFAIL 3 Define "Enum ExecResult" and add TestBase parameter "ExecResult execResult": Enum ExecResult { NORESULT, PASS, FAIL, ERRORRESULT, } 4 Define overloaded function "Integer executed()" so as to discern between how many times a test was executed and how many times a test was executed from a particular flow-node. ================================================================================ ACTION_ITEMS (syntax document edits): Ric: - Make edits according to CONSENSUS items 1 - 3 above - Bring rest of document in line Ernie: - Describe TestBase Output parameter "execResult" and "failed" semantics in clause "34.4 Standard TestBase" - Make edits according to CONSENSUS item 4 above ================================================================================