Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openjdk/test/hotspot/jtreg/vmTestbase/jit/t/t005/   (Sun/Oracle ©)  Datei vom 13.11.2022 mit Größe 98 B image not shown  

Quelle  testall.g   Sprache: unbekannt

 
#############################################################################
##
#W  testall.g
#Y  Copyright (C) 2021                                      Wilf A. Wilson
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##
LoadPackage("digraphs", false);;
opts := rec(earlyStop := false);
if SizeBlist([DigraphsTestInstall(),
              DigraphsTestStandard(opts),
              DIGRAPHS_RunTest(DigraphsTestManualExamples),
              DigraphsTestExtreme(opts)]) = 4 then
  QUIT_GAP(0);
else
  QUIT_GAP(1);
fi;
FORCE_QUIT_GAP(1); # if we ever get here, there was an error

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]