frame2Tests:
LIST
OF TestDescriptor ←
LIST[
["c", "'a"],
["quit", "FALSE"],
["bool1", "FALSE"],
["bool2", "TRUE"],
["charA", "'A"],
["charB", "'b"],
["array1", "(7)[6, 8, 10, 12, 14, 16, 18]"],
["array2", "(6)[11, 13, 15, 17, 19, 21]"],
["refR", "^[a:7, b:8]"],
["bb", "[ref:^[ref:NIL, a:45, b:46], a:47, b:48]"],
["refSeq", "^[x:10, (5)[3, 7, 11, 15, 19]]"],
["refSeq2", "^[y:45, (7)[TRUE, TRUE, FALSE, TRUE, FALSE, FALSE, TRUE]]"],
["ref2Seq2", "^[y:77, (32)[TRUE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, FALSE, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, TRUE, TRUE, FALSE, TRUE, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, ...]]"],
["b", "[a:6, b:7]"],
["w", "[x:[a:4, b:5], y:[u:6, v:7]]"],
["y", "failure due to illegal operation: y undefined"],
["action", "RMTWTestSubjectImpl.bar.action(pc=137CE78h, descr at 2BF10Ch, src=8557)", 29, proc],
["foo", "RMTWTestSubjectImpl.(no name)(pc=137CCE0h, descr at 139B880h, src=8208)", 28, proc],
["bar", "RMTWTestSubjectImpl.bar(pc=137CCF4h, descr at 139B878h, src=8228)", 24, proc],
["x", "10", 6, proc],
["veryBad", "RMTWTestSubjectImpl(pc=1379868h, descr at 139B898h, src=372)", 18, proc],
["CallDebugger", "failure due to illegal operation: CallDebugger undefined"]];
nUnexpectedResults ← ExamineOneFrame[stack, frame2Tests, reports] + nUnexpectedResults;