Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Jan 16, 2020
    • Petri Latvala's avatar
      runner_tests: Test that dynamic subtest failure is handled correctly · c7b6d252
      Petri Latvala authored
      
      See also: commit 0e6457f1bfe2 ("lib: Don't dump log buffer when
      dynamic subtest failure is inherited")
      
      This is quite an explicit top-to-bottom test that we don't get an
      incorrect warn result for an innocent dynamic subtest. It is tested
      here in runner_test instead of testing in lib/tests that the extra
      lines are not printed, because not printing the extra lines is an
      implementation detail that might change later. The issue is after all
      about test results parsed by igt_runner.
      
      v2: Squash adding the new mockup test binary to this commit
      
      Signed-off-by: default avatarPetri Latvala <petri.latvala@intel.com>
      Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
      Reviewed-by: default avatarArkadiusz Hiler <arkadiusz.hiler@intel.com>
      c7b6d252
  3. Jun 19, 2019
    • Oleg Vasilev's avatar
      runner: add --list-all and --blacklist · 29697c5d
      Oleg Vasilev authored and Petri Latvala's avatar Petri Latvala committed
      
      Currently, runner already collects all subtest names into job_list.
      --list-all allows to output it to stdout.
      
      --blacklist option takes a filename as an argument and adds all regexes
      from that file to the exclusion list.
      
      v2:
       - Update exclude/include regex matches for tests without
      	subtests to be matched with pigtit-like name (Petri)
       - Replace relative paths with those formatted with testdatadir (Petri)
       - Minor codestyle changes
      
      v3:
       - Print test names in lowercase (Petri)
      
      v4:
       - Replaced custom str_to_lower with generate_piglit_name (Petri)
       - Minor codestyle changes
      
      Cc: Petri Latvala <petri.latvala@intel.com>
      Signed-off-by: default avatarOleg Vasilev <oleg.vasilev@intel.com>
      Reviewed-by: default avatarPetri Latvala <petri.latvala@intel.com>
      29697c5d
  4. Jan 29, 2019
  5. Aug 09, 2018
Loading