Introduction The Fortran 95 Test Suite is a suite of files containing programs for testing and evaluating Fortran 95 (ISO/IEC:1539-1997) standard-conforming compilers and processing tools. No language extensions are tested.

Elektrizaciya vred i poljza Feb 02, 2016  Elektronizacja zwolnienia [e-ZLA] Elektroniczny ZUS. Unsubscribe from Elektroniczny ZUS? Cancel Unsubscribe. Subscribe Subscribed Unsubscribe 1.8K. 89, 96, 0.06%, aandrijving. 15, 2, 0.97%, 16, 2, 0.97%. Chizhanova Eda Voda Vred Polza Water Choosing Life Born Live Changing Thoughts Chinas Rise Commercial Maritime Power Contributions Chizhov G.b.

[Show full abstract] the interval-enhanced GNU Fortran compiler and its use in developing interval arithmetic software. Support for interval arithmetic is also being added to GNU C and C++ compilers. The Fortran 95 Test Suite is a suite of files containing programs for testing and evaluating Fortran 95 (ISO/IEC:1539-1997) standard-conforming compilers and processing tools. No language extensions are tested.

The programs are provided in source code format and can be used to check whether the system under test correctly processes legal (and, in the case of constraints and other prohibitions that must be reported, illegal) Fortran 95 code. Because the Fortran 95 Test Suite is provided in source form, it may form the basis of customized test capabilities. In this document the term standard refers to ISO/IEC 1539:1997(E), the ISO standard for the Fortran programming language. This is now generally known as Fortran 95. This document describes the entire test suite as it will be in a final version.

This document also indicates which parts of the test suite are distributed with Version 1.1. Background and General Information The Fortran 95 Test Suite checks the syntactic and semantic analysis phases of Fortran 95 processing and compilation systems and contains substantial checks for run-time operation. There is no enforced testing regime within the Fortran 95 Test Suite. The user is free to use these tests in any appropriate way, e.g., • Progressive checks (e.g., syntax then semantics then constraints etc.) • Random checks (use of a randomly selected file to check a system) • Selective checking of a system with one or more files testing a particular aspect (e.g., array handling) • Blanket testing of the entire Fortran 95 language The Fortran 95 Test Suite is completely self checking in that each set of tests provides an indication as to which tests passed and which tests failed. In addition, pass/fail statistics are provided, when using TEST files (see section 7) to inform the user of the number of passes and/or failures for a given set of tests.

The tests may be used during compiler/tool development to ensure that all aspects of the language are being correctly processed, and during maintenance to ensure that changes to a system do not introduce new errors, i.e., as a means of regression testing. All source code may be modified, extended, or enhanced by the user to incorporate additional tests specific or appropriate to their own environment. Size of the Test Suite The test suite consists of more than 400,000 lines of Fortran code.

Method

Approximately twenty-two megabytes of disk space are needed to store the test suite. (Version 1.1 consists of about 170,000 lines of code and takes about 6MB of disk space.)Execution of several of the test programs generates other tests that are then executed; in particular, the tests in the KEYWORDS directory generates and executes approximately ten million lines of test code, but the tests are deleted as they are run, so they do not require an unusually large amount of disk storage.