~ubuntu-branches/ubuntu/jaunty/adacontrol/jaunty

« back to all changes in this revision

Viewing changes to test/conf/t_silent_exceptions.aru

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2006-08-24 08:44:11 UTC
  • Revision ID: james.westby@ubuntu.com-20060824084411-1r15uio1h75lqgpx
Tags: upstream-1.4r20
ImportĀ upstreamĀ versionĀ 1.4r20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
check silent_exceptions (Ada.Text_IO.Put_line, t_silent_exceptions.P);
 
2
search silent_exceptions (t_silent_exceptions.P,
 
3
 
 
4
-- Not used, resistance test:
 
5
         Ada.Text_Io.Put_Line, 
 
6
         Xfer_Error.Report,
 
7
         Error_Report.Report_Error,
 
8
         Task_Control.Kill_Me,
 
9
         Operation_Monitor_G.Stop, 
 
10
         An1_Connection_G.Report_Error,
 
11
         An1_Connection_G.Auto_Reject_If_Incorrect.Auto_Reject,
 
12
         Client_Server_Tcp_Comms_G.Report_Exception,
 
13
         Exit_Services.Force_Exit,
 
14
         Exit_Services.Report_Error,
 
15
         Exit_Services.Report_Info,
 
16
         Map.Recover_Exception,
 
17
         Map.Scenario.Exception_Encountered,
 
18
         Map.Cpm_Pool_Config.Show_File_Error_To_User,
 
19
         Itc_Services.Report_Error,
 
20
         all Raise_On_Client_Side,
 
21
         Tact_Update.Exceptions.Raise_Exception,
 
22
         Remote_Exception_G.Raise_Exception,
 
23
         Flight.Message_Indication_P.Doit.Report_Error,
 
24
         Flight_Deviation.Report_Severe_Error_And_Raise,
 
25
         Flight_Dyn.Report_Error,
 
26
         Flight_Incoming_Message.Construct.Get_Adexp_Fields.Raise_Syntax_Error,
 
27
         Regulation.Internals.Raise_Exception,
 
28
         Regulation.Internals.Raise_Internal_Error,
 
29
         Regulation.Internals.Raise_Parameter_Inconsistency_Error,
 
30
         Remote_Query_Reply.Build_Error_Reply,
 
31
         Saab_Process.Interactive_Error_Or_Crash,
 
32
         Tact_Msg.Raise_Syntax_Error,
 
33
         Uif_Error.Report,
 
34
         Uif_Error.Show_Error,
 
35
         Psal_Display.Slot_List.Slot_Operations.Analyse_Exception,
 
36
         Tacot_Io.Report_Error,
 
37
         Tacot_Io.Report_Info,
 
38
         Tacotify.Support.Report_Error,
 
39
         Tacotify.Support.Report_Warning,
 
40
         Tacot_Performance.Services.Performance.Signal_Error
 
41
        );