DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦cd0ad7f1d⟧ TextFile

    Length: 1340 (0x53c)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦f93acb6d2⟧ 
            └─⟦this⟧ 

TextFile

Test_Context_C => (
  Subject_Program_Loc => $$.UNITS,
  Test_Driver_Loc     => $$.TEST.DRIVERS,
  Test_Case_Loc       => $$.TEST.CASES,
  Test_Set_Loc        => $$.TEST.SETS,
  Expected_Output_Loc => $$.TEST.EXPECTED_OUTPUT,
  Input_Data_Loc      => $$.TEST.INPUT,
  Test_Log_Loc        => $$.TEST.LOGS,
  Test_Output_Loc     => $$.TEST.OUTPUT,
  Test_Run_Loc        => $$.TEST.RUNS,
  Test_Script_Loc     => $$.TEST.SCRIPTS
)
Script_Construction_Control_C => (
  
  Halt_Conditions => (
        Elapsed_Time         => FALSE
        Cpu_Time             => FALSE
        Number_Of_Failures   => FALSE
  )

  Failure_Status_Set   => (
        Fail => TRUE
        Fail_With_Exception => TRUE
        Timeout => FALSE
        Unknown => FALSE
  )
  
  Termination_Control  => (
        Control => DURATION_LIMIT,
        Time_Control  => MAX_CPU,
        Max_Cpu_Limit => 5.0),
  
  RCI_Test_Script => FALSE)
Test_Script_Control_C => (
  Coverage_Analyzer_Params         => <WORLDS>,
  Coverage_Kind                    => SEGMENT,
  Log_Test_Description             => TRUE,
  Overall_Clock_Time               => 500.0,
  Overall_Cpu_Time                 => 100.00,
  Max_Clock_Per_Test               => 50.0,
  Max_Cpu_Per_Test                 => 10.0,
  Max_Number_Of_Failures           => 10,
  Terminate_On_Unhandled_Exception => FALSE