Message ID | E66150E9F3668A4BA403FA1FB86464CD2F9135A9@irsmsx105.ger.corp.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Op 18-02-17 om 13:08 schreef Tahvanainen, Jari: > Hello folks, > > I took some time and executed these tests on the latest drm-tip and would propose for fluent execution that we will have few test-groups excluded from this list with comment #FIXME and action to have bugs on each of these sub-groups aiming to take these out from excluded... > > Exclude_tests: ["kms-busy@extended", "pipe-a-torture-move", blt-wf_vblank-vs-dpms", "rcs-wf_vblank-vs-dpms", "blt-wf_vblank-vs-modeset", "rcs-wf_vblank-vs-modeset", "blt-flip-vs-modeset", "render-flip-vs-modeset"], > #FIXME - Excluded tests should be having bug in fdo for pushing tests to tests included one by one. > > This give total 1146 igt tests to be executed. > I got the following outcome with SKL and drm-tip from yesterday. > [1146/1146] skip: 639, pass: 486, dmesg-warn: 5, fail: 16 This is weird, why is pipe-A-torture-move skipped? There's a set of near identical tests in kms_cursor_legacy, pipe-A-torture-move is only one of them.
diff --git a/tests/feat_profile.json b/tests/feat_profile.json index 251dfd9..a2685db 100644 --- a/tests/feat_profile.json +++ b/tests/feat_profile.json @@ -3,5 +3,10 @@ "include_tests" : "psr", "exclude_tests" : "", "target_rate" : 90 + }, + "atomic-modesetting": { + "include_tests": ["kms", "testdisplay"], + "exclude_tests": "", + "target_rate": 90 } }
Hello folks, I took some time and executed these tests on the latest drm-tip and would propose for fluent execution that we will have few test-groups excluded from this list with comment #FIXME and action to have bugs on each of these sub-groups aiming to take these out from excluded... Exclude_tests: ["kms-busy@extended", "pipe-a-torture-move", blt-wf_vblank-vs-dpms", "rcs-wf_vblank-vs-dpms", "blt-wf_vblank-vs-modeset", "rcs-wf_vblank-vs-modeset", "blt-flip-vs-modeset", "render-flip-vs-modeset"], #FIXME - Excluded tests should be having bug in fdo for pushing tests to tests included one by one. This give total 1146 igt tests to be executed. I got the following outcome with SKL and drm-tip from yesterday. [1146/1146] skip: 639, pass: 486, dmesg-warn: 5, fail: 16 BR, Jari -----Original Message----- From: Ben Hassine, RamiX Sent: Tuesday, February 14, 2017 4:07 PM To: intel-gfx@lists.freedesktop.org Cc: Tahvanainen, Jari <jari.tahvanainen@intel.com>; Saarinen, Jani <jani.saarinen@intel.com>; Lankhorst, Maarten <maarten.lankhorst@intel.com>; Ben Hassine, RamiX <ramix.ben.hassine@intel.com> Subject: [PATCH i-g-t v2] Add atomic modesetting testlist This is atomic modesetting acceptance tests added to feat_profile.json. v2: Add all kms test --- tests/feat_profile.json | 5 +++++ 1 file changed, 5 insertions(+) -- 2.7.4