From f4f79dc24e5ae67af9e018c4fb0686a5737e2f66 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sat, 31 Oct 2020 10:50:44 -0400 Subject: [PATCH] I7000: Updated IBM7090 test cases. --- I7000/tests/i7090/{good.test => good.test.bin} | 5 +++-- I7000/tests/i7090_test.ini | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) rename I7000/tests/i7090/{good.test => good.test.bin} (99%) diff --git a/I7000/tests/i7090/good.test b/I7000/tests/i7090/good.test.bin similarity index 99% rename from I7000/tests/i7090/good.test rename to I7000/tests/i7090/good.test.bin index b634c14..f291e3d 100644 --- a/I7000/tests/i7090/good.test +++ b/I7000/tests/i7090/good.test.bin @@ -1334,7 +1334,8 @@ HALT instruction, IC: 05520 ( 076000000004 ENK) PASS COMPLETE CHANNELS A AND B - 9T02 PASS COMPLETE - ALL UNITS CALLED + 9T02 PASS COMPLETE - ALL UNITS CALLEDAttempt to access offline unit MTA0 + HALT instruction, IC: 00000 ( 002000000030 TRA 00030) 9t03a @@ -1441,7 +1442,7 @@ HALT instruction, IC: 05520 ( 076000000004 ENK) CHN B TF 02 -- 0168 RECORDS READ LOW RANGE AVERAGE - GO LINE DOWN ZERO TIME 010.10 000.04 010.10 MILSEC + GO LINE DOWN ZERO TIME 010.10 000.00 010.10 MILSEC 50 BKSP-READ OPNS 013.29 MILSEC AVG BETWEEN RD SEL AND FIRST WORD CHN B TF 02 GAP TEST COMPLETE diff --git a/I7000/tests/i7090_test.ini b/I7000/tests/i7090_test.ini index 8c01cdb..b15dc05 100755 --- a/I7000/tests/i7090_test.ini +++ b/I7000/tests/i7090_test.ini @@ -1,6 +1,7 @@ cd %~p0 cd i7090 rm test.log +set noasync set console -n -q log=test.log set cpu 709 set dk disable @@ -166,5 +167,5 @@ del test*.tp del test*.cbn del test1.drm set console nolog -if -F "test.log" == "good.test" delete test.log ; exit 0 +if -F "test.log" == "good.test.bin" delete test.log ; exit 0 exit 1