DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 DFS Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 DFS Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦e2ed5798d⟧ EM, TextFile

    Length: 526 (0x20e)
    Types: EM, TextFile
    Names: »TESTY_I_BOARD.EM«

Derivation

└─⟦24d56d853⟧ Bits:30000744 8mm tape, Rational 1000, DFS, D_12_6_5 SEQ293
    └─ ⟦this⟧ »TESTY_I_BOARD.EM« 
└─⟦9031b0687⟧ Bits:30000407 8mm tape, Rational 1000, DFS, D_12_7_3
    └─ ⟦this⟧ »TESTY_I_BOARD.EM« 

TextFile

write;
write ,,,,,,,,BEGINNING,OF,IOA,BOARD,TESTING;
set NUM_FAILS 0;
IOA_INIT;
IOA_RAM_TESTS;
IOA_IPCY_TESTS;
write;
write END,OF,IOA,BOARD,TESTING;
write;
[eq,[var,NUM_FAILS],0]
    PASS_MESSAGE IOA,BOARD;
    kill NUM_FAILS;
    [ne,%1%,]
	write;
	write PASS,COUNT,IS,[dec,[add,%1%,1]];
	TEST_I_BOARD [add,%1%,1];
    [end]
[else]
    FAIL_MESSAGE IOA,BOARD;
    write;
    write [dec,[var,NUM_FAILS]],,,TEST(S),,,FAILED,[ASCII,87];
    kill NUM_FAILS;
    [ne,%1%,]
	write;
	write PASS,COUNT,WAS,[dec,%1%];
    [end]
[end]