// Step 1941: PolyglotSuiteOrchestrator // // t1: run returns SuiteResult with correct parity and guard // t2: overallPass true when parity matches and guard passes // t3: overallPass false when parity diverges // t4: overallPass false when guard regression detected // t5: runAll covers all registered nodeIds #include "PolyglotSuiteOrchestrator.h" #include namespace ws = whetstone; static int p=0,f=0; #define T(n) { std::cout<<" "<<#n<<"... "; } #define P() { std::cout<<"PASS\n"; ++p; } #define F(m) { std::cout<<"FAIL: "< 0 ? 1 : 0; }