139 Commits (74fdd44b976e3562e204b08c307987b37fd519dc)

Author SHA1 Message Date
Dave Parker 74416f343c prism-log-extract bug fix: model_file field does not always need to be present. 6 years ago
Dave Parker 040237cfec prism-log-extract: New (meta)fields: prog_name, prog_version, prog. 6 years ago
Dave Parker be990ce6ea prism-auto: --filter-models works even if some model metadata is missing 6 years ago
Dave Parker 825b184b6b prism-auto: Make --filter-models more robust to constant definitions. 6 years ago
Dave Parker 43577489f7 prism-log-extract: Add --show-fields option to print all fields/meta-fields. 6 years ago
Dave Parker bc8f512cf7 prism-auto: --args-list option (command-line version of --args) 6 years ago
Dave Parker 85a51698a4 New prism-log-extract script for processing PRISM log files. 6 years ago
Dave Parker 4b77dd2c51 prism-auto: Add basic filtering of benchmarks using models.csv metadata. 6 years ago
Dave Parker cfc7a47f90 prism-auto: --log-subdirs option to create benchmark subdirectories for logs. 6 years ago
Dave Parker 0126982112 prism-auto update: remove use of U mode in open() to avoid deprecation errors. 6 years ago
Dave Parker 584920edb5 Small fixes in fresh install scripts (dependencies). 7 years ago
Joachim Klein bb6c9a522a prism-auto: exit code 1 in test mode if there were failures 7 years ago
Dave Parker c0533b0b0d Install script mods: add git dependency and run make/test in subshell. 7 years ago
Dave Parker 4838bcaf28 Fix install scripts: echo commands and bail on errors. 7 years ago
Dave Parker f2b8945bd8 Utility scripts for installing on PRISM on fresh OSs (Ubuntu, RHEL for now). 7 years ago
Joachim Klein da3503a3c7
prism-auto: cleanup getFilesInDir call 7 years ago
Joachim Klein a621e72ade prism-auto: count 'not tested' test cases separately 8 years ago
Joachim Klein e55d9ca6e3 prism-auto: tweak test statistics (count non-convergence, ...) 8 years ago
Joachim Klein 3653d64604 prism-auto: handle case of a 0 time out 8 years ago
Joachim Klein 0dc329bb15 prism-auto: partially revert 05e7aed 8 years ago
Joachim Klein 05e7aedd95 prism-auto: tweak exit code handling in --verbose-test mode 8 years ago
Joachim Klein c32cde62cf prism-auto: it's an error when file specified via -a/--args does not exist 8 years ago
Joachim Klein 491d05d4fa prism-auto: flush() to align script with prism output when used with pipes 8 years ago
Joachim Klein 55d7351994 prism-auto: --timeout n 8 years ago
Joachim Klein f1378fab52 prism-auto: --skip-duplicate-runs 8 years ago
Joachim Klein 9bf1813160 prism-auto: --skip-export-runs 8 years ago
Joachim Klein 36f895a597 prism-auto: Derive ngprism location from --prog setting 8 years ago
Joachim Klein 6452975791 prism-auto: fix printing of warnings in --verbose-test mode 8 years ago
Joachim Klein 1e39f308f4 prism-auto: count warnings, even if -w / --show-warnings is not active 8 years ago
Joachim Klein fdacf84b2f prism-auto: in nailgun mode, try to stop existing server first 8 years ago
Joachim Klein 482d47c458 prism-auto: fix compilation issue (whitespace) under python3 8 years ago
Joachim Klein a899939687 prism-auto: fix broken incrementing of warning statistics 8 years ago
Joachim Klein c239ba7a6d prism-auto: allow use of ngprism on Windows 9 years ago
Joachim Klein a74d6b9841 prism-auto: refactor temporary log file handling to allow ngprism to work on Windows 9 years ago
Joachim Klein ed01390e40 prism-auto: integrate warning for missing files (export check) into warning tracking / colour printing 9 years ago
Joachim Klein 8e461dd4c2 prism-auto: add --verbose-test (prints PRISM output but highlights test results and provides statistics like --test) 9 years ago
Dave Parker a37e37679a prism-auto: Slight tweak to colours and order of test outcomes. 9 years ago
Joachim Klein 3dd1680c6e prism-auto: count warnings / dd-warnings as well for statistic 9 years ago
Joachim Klein c34d68046e prism-auto: slight refactoring of colour printing 9 years ago
Dave Parker fe76535b3d prism-auto: Add colour coding to summary table for passed/failed/etc. counts. 9 years ago
Joachim Klein 5c21a80d68 prism-auto: print test statistics at the end if in test-mode 9 years ago
Dave Parker d08a8d4c33 prism-auto fix: when checking output files in test mode, fail immediately when the first one is different. 9 years ago
Dave Parker 751e95fa42 Small fix in prism-auto: make sure directory is passed to bench to benchmark function in "build" mode, in particular so that log names are created consisently. (Reported by Steffen Marcker). 9 years ago
Joachim Klein 1e5d779cb3 prism-auto: In test mode, cleanup the temporary files used for capturing PRISM output 9 years ago
Joachim Klein b203d6438d prism-auto: Use line ending agnostic file compare 9 years ago
Joachim Klein fe533db326 prism-auto: Fix test-mode on Windows 9 years ago
Joachim Klein eb5028dbf8 prism-auto: add --dd-warnings mode for printing the CUDD reference leak warnings 9 years ago
Dave Parker 0f9dfe0275 prism-auto: Make sure nailgun is closed down if the script ends with an error (and refactor the exit code). 9 years ago
Dave Parker 2a38cf110b prism-auto: Don't actually execute nailgun commands in echo mode - just print them. 9 years ago
Joachim Klein 2ff89c09a4 prism-auto: color 'NOT TESTED' test result just like 'SKIPPED' 10 years ago