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

⟦259f4e77b⟧ EM, TextFile

    Length: 1024 (0x400)
    Types: EM, TextFile
    Names: »TEST_I_BOARD.EM«

Derivation

└─⟦b4205821b⟧ Bits:30000743 8mm tape, Rational 1000, DFS, D_12_7_3 SEQ288
    └─ ⟦this⟧ »TEST_I_BOARD.EM« 
└─⟦b434774df⟧ Bits:30000528 8mm tape, Rational 1000, DFS, D_12_6_5
    └─ ⟦this⟧ »TEST_I_BOARD.EM« 
└─⟦bc1274df5⟧ Bits:30000750 8mm tape, Rational 1000, DFS backup from PAM's R1000
    └─ ⟦this⟧ »TEST_I_BOARD.EM« 

TextFile

write;
write ,,,,,,,,BEGINNING,OF,IOA,BOARD,TESTING;
set NUM_FAILS 0;
IOA_INIT;
IOA_RAM_TESTS;
IOA_IPC_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]«nul»