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

⟦ff1e901cd⟧ EM, TextFile

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

Derivation

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

TextFile

write;
write ,,,,,,,,BEGINNING,OF,IOC,BOARD,TESTING;
set NUM_FAILS 0;
[IOC_DIPROC_TEST]       ! Tile 1
[IOC_SCAN_CHAIN_TEST]   ! Tile 2
[IOC_WCS_TEST]          ! Tile 3
[IOC_ENABLE_TEST]       ! Tile 4
[IOC_ECC_TEST]          ! Tile 5
[IOC_EVENTS_TEST]       ! Tile 6
[IOC_TRACE_TEST]        ! Tile 7
write;
write END,OF,IOC,BOARD,TESTING;
write;
[eq,[var,NUM_FAILS],0]
    PASS_MESSAGE IOC,BOARD;
    kill NUM_FAILS;
    [ne,%1%,]
	write;
	write PASS,COUNT,IS,[dec,[add,%1%,1]];
	TEST_IOC_BOARD [add,%1%,1];
    [end]
[else]
    FAIL_MESSAGE IOC,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»