Attendees: Ric Dokken, Scott Franzen, Carey Garrenton, Greg Maston, Jim O'Reilly, Ernie Wahl Line and clause numbers if any are with regard to STIL.4 syntax document D02 dated October 12, 2015. Ric's comment on ITC: the thing most relevant to our effort was IJTAG (Internal JTAG, ref IEEE Standard P1687, access and control of embedded instrumentation) ================================================================================ A. Interrelated concepts were discussed, specifically: - Enumerated type FailMode and execution results that cannot be classified as either pass or fail. - Detecting whether a test was executed, how many times, absolutely or from a specific flow-node. - ATE-software option to not support pass and fail actions. ================================================================================ B. New proposals: 1. Break FailMode contents into two: - a Boolean representing Pass/Fail - an enum (ExecResult?) 2. Remove some or all ExecResult/FailMode enumerations 3. Add NORESULT, ERRORRESULT, ALARM, ALARMSTOP to ExecResult/FailMode 4. Provide overloaded function “Integer executed()” where: - Within FlowNode: "CurrentExec.executed()" returns FlowNode TestExec execution count. - Within Test: "executed()" returns Test TestExec execution count. ================================================================================