* [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt
@ 2019-12-12 10:29 Chris Wilson
2019-12-12 10:48 ` [igt-dev] ✗ GitLab.Pipeline: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Chris Wilson @ 2019-12-12 10:29 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
The cmdparser tests are tied to the generation, so rename the tests to
indicate that and remove the ambiguity that they are more generic tests.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
tests/Makefile.sources | 8 ++++----
tests/i915/{gem_exec_parse.c => gen7_exec_parse.c} | 0
tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} | 0
tests/intel-ci/blacklist.txt | 2 +-
tests/meson.build | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
rename tests/i915/{gem_exec_parse.c => gen7_exec_parse.c} (100%)
rename tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} (100%)
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 2893f9bc0..806eb02d0 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -241,11 +241,11 @@ gem_exec_parallel_SOURCES = i915/gem_exec_parallel.c
TESTS_progs += gem_exec_params
gem_exec_params_SOURCES = i915/gem_exec_params.c
-TESTS_progs += gem_exec_parse
-gem_exec_parse_SOURCES = i915/gem_exec_parse.c
+TESTS_progs += gen7_exec_parse
+gen7_exec_parse_SOURCES = i915/gen7_exec_parse.c
-TESTS_progs += gem_exec_parse_blt
-gem_exec_parse_blt_SOURCES = i915/gem_exec_parse_blt.c
+TESTS_progs += gen9_exec_parse
+gen9_exec_parse_SOURCES = i915/gen9_exec_parse.c
TESTS_progs += gem_exec_reloc
gem_exec_reloc_SOURCES = i915/gem_exec_reloc.c
diff --git a/tests/i915/gem_exec_parse.c b/tests/i915/gen7_exec_parse.c
similarity index 100%
rename from tests/i915/gem_exec_parse.c
rename to tests/i915/gen7_exec_parse.c
diff --git a/tests/i915/gem_exec_parse_blt.c b/tests/i915/gen9_exec_parse.c
similarity index 100%
rename from tests/i915/gem_exec_parse_blt.c
rename to tests/i915/gen9_exec_parse.c
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 4bca1b6c5..a48163c68 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -77,7 +77,7 @@ igt@gem_write_read_ring_switch(@.*)?
###############################################
# GEM: Not worth fixing
###############################################
-igt@gem_exec_parse@.*lri.*
+igt@gen7_exec_parse@.*lri.*
###############################################
# There are no DRRS capable displays in CI lab
###############################################
diff --git a/tests/meson.build b/tests/meson.build
index d931cc372..570de5459 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -147,8 +147,8 @@ i915_progs = [
'gem_exec_nop',
'gem_exec_parallel',
'gem_exec_params',
- 'gem_exec_parse',
- 'gem_exec_parse_blt',
+ 'gen7_exec_parse',
+ 'gen9_exec_parse',
'gem_exec_reloc',
'gem_exec_reuse',
'gem_exec_schedule',
--
2.24.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: failure for i915: Rename gem_exec_parse and gem_exec_parse_blt
2019-12-12 10:29 [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt Chris Wilson
@ 2019-12-12 10:48 ` Patchwork
2019-12-12 10:53 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-12-12 10:48 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915: Rename gem_exec_parse and gem_exec_parse_blt
URL : https://patchwork.freedesktop.org/series/70819/
State : failure
== Summary ==
ERROR! This series introduces new undocumented tests:
gen7_exec_parse
gen7_exec_parse@basic-allocation
gen7_exec_parse@basic-allowed
gen7_exec_parse@basic-offset
gen7_exec_parse@basic-rejected
gen7_exec_parse@batch-without-end
gen7_exec_parse@bitmasks
gen7_exec_parse@chained-batch
gen7_exec_parse@cmd-crossing-page
gen7_exec_parse@load-register-reg
gen7_exec_parse@oacontrol-tracking
gen7_exec_parse@test-lri-OACONTROL
gen7_exec_parse@test-lri-OASTATUS2
gen7_exec_parse@test-lri-SO_WRITE_OFFSET_0
gen9_exec_parse
gen9_exec_parse@allowed-all
gen9_exec_parse@allowed-single
gen9_exec_parse@basic-rejected
gen9_exec_parse@basic-rejected-ctx-param
gen9_exec_parse@batch-invalid-length
gen9_exec_parse@batch-without-end
gen9_exec_parse@batch-zero-length
gen9_exec_parse@bb-chained
gen9_exec_parse@bb-secure
gen9_exec_parse@bb-start-cmd
gen9_exec_parse@bb-start-far
gen9_exec_parse@bb-start-out
gen9_exec_parse@bb-start-param
gen9_exec_parse@cmd-crossing-page
gen9_exec_parse@secure-batches
gen9_exec_parse@unaligned-access
gen9_exec_parse@unaligned-jump
gen9_exec_parse@valid-registers
Can you document them as per the requirement in the [CONTRIBUTING.md]?
[Documentation] has more details on how to do this.
Here are few examples:
https://gitlab.freedesktop.org/drm/igt-gpu-tools/commit/0316695d03aa46108296b27f3982ec93200c7a6e
https://gitlab.freedesktop.org/drm/igt-gpu-tools/commit/443cc658e1e6b492ee17bf4f4d891029eb7a205d
Thanks in advance!
[CONTRIBUTING.md]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/blob/master/CONTRIBUTING.md#L19
[Documentation]: https://drm.pages.freedesktop.org/igt-gpu-tools/igt-gpu-tools-Core.html#igt-describe
Other than that, pipeline status: SUCCESS.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/88063 for the overview.
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/88063
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for i915: Rename gem_exec_parse and gem_exec_parse_blt
2019-12-12 10:29 [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt Chris Wilson
2019-12-12 10:48 ` [igt-dev] ✗ GitLab.Pipeline: failure for " Patchwork
@ 2019-12-12 10:53 ` Patchwork
2019-12-12 22:40 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-12-16 10:27 ` [Intel-gfx] [PATCH i-g-t] " Mika Kuoppala
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-12-12 10:53 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915: Rename gem_exec_parse and gem_exec_parse_blt
URL : https://patchwork.freedesktop.org/series/70819/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_7549 -> IGTPW_3853
====================================================
Summary
-------
**WARNING**
Minor unknown changes coming with IGTPW_3853 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3853, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3853:
### IGT changes ###
#### Warnings ####
* igt@gem_exec_parse@basic-allowed:
- fi-icl-u2: [SKIP][1] ([fdo#109289]) -> [SKIP][2] +1 similar issue
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-icl-u2/igt@gem_exec_parse@basic-allowed.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-icl-u2/igt@gem_exec_parse@basic-allowed.html
* igt@gem_exec_parse@basic-rejected:
- fi-icl-u3: [SKIP][3] ([fdo#109289]) -> [SKIP][4] +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-icl-u3/igt@gem_exec_parse@basic-rejected.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-icl-u3/igt@gem_exec_parse@basic-rejected.html
- fi-icl-y: [SKIP][5] ([fdo#109289]) -> [SKIP][6] +1 similar issue
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-icl-y/igt@gem_exec_parse@basic-rejected.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-icl-y/igt@gem_exec_parse@basic-rejected.html
- fi-icl-guc: [SKIP][7] ([fdo#109289]) -> [SKIP][8] +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-icl-guc/igt@gem_exec_parse@basic-rejected.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-icl-guc/igt@gem_exec_parse@basic-rejected.html
- fi-cml-u2: [SKIP][9] ([fdo#109289]) -> [SKIP][10] +1 similar issue
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-cml-u2/igt@gem_exec_parse@basic-rejected.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-cml-u2/igt@gem_exec_parse@basic-rejected.html
- fi-cml-s: [SKIP][11] ([fdo#109289]) -> [SKIP][12] +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-cml-s/igt@gem_exec_parse@basic-rejected.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-cml-s/igt@gem_exec_parse@basic-rejected.html
Known issues
------------
Here are the changes found in IGTPW_3853 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_parse@basic-allowed:
- fi-byt-n2820: [PASS][13] -> [SKIP][14] ([fdo#109271]) +1 similar issue
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-byt-n2820/igt@gem_exec_parse@basic-allowed.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-byt-n2820/igt@gem_exec_parse@basic-allowed.html
- fi-hsw-peppy: [PASS][15] -> [SKIP][16] ([fdo#109271]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-hsw-peppy/igt@gem_exec_parse@basic-allowed.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-hsw-peppy/igt@gem_exec_parse@basic-allowed.html
* igt@gem_exec_parse@basic-rejected:
- fi-byt-j1900: [PASS][17] -> [SKIP][18] ([fdo#109271]) +1 similar issue
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-byt-j1900/igt@gem_exec_parse@basic-rejected.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-byt-j1900/igt@gem_exec_parse@basic-rejected.html
- fi-hsw-4770: [PASS][19] -> [SKIP][20] ([fdo#109271]) +1 similar issue
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-hsw-4770/igt@gem_exec_parse@basic-rejected.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-hsw-4770/igt@gem_exec_parse@basic-rejected.html
- fi-ivb-3770: [PASS][21] -> [SKIP][22] ([fdo#109271]) +1 similar issue
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-ivb-3770/igt@gem_exec_parse@basic-rejected.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-ivb-3770/igt@gem_exec_parse@basic-rejected.html
* igt@i915_selftest@live_gem_contexts:
- fi-byt-n2820: [PASS][23] -> [DMESG-FAIL][24] ([i915#722])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-byt-n2820/igt@i915_selftest@live_gem_contexts.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-byt-n2820/igt@i915_selftest@live_gem_contexts.html
* igt@i915_selftest@live_sanitycheck:
- fi-skl-lmem: [PASS][25] -> [DMESG-WARN][26] ([i915#592])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-skl-lmem/igt@i915_selftest@live_sanitycheck.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-skl-lmem/igt@i915_selftest@live_sanitycheck.html
#### Possible fixes ####
* igt@gem_exec_gttfill@basic:
- {fi-tgl-u}: [INCOMPLETE][27] ([fdo#111593]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-tgl-u/igt@gem_exec_gttfill@basic.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-tgl-u/igt@gem_exec_gttfill@basic.html
* igt@i915_selftest@live_blt:
- fi-ivb-3770: [DMESG-FAIL][29] ([i915#563]) -> [PASS][30]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-ivb-3770/igt@i915_selftest@live_blt.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-ivb-3770/igt@i915_selftest@live_blt.html
- fi-hsw-4770: [DMESG-FAIL][31] ([i915#553] / [i915#725]) -> [PASS][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-hsw-4770/igt@i915_selftest@live_blt.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-hsw-4770/igt@i915_selftest@live_blt.html
* igt@i915_selftest@live_hangcheck:
- fi-icl-u3: [INCOMPLETE][33] ([fdo#108569] / [i915#140]) -> [PASS][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-icl-u3/igt@i915_selftest@live_hangcheck.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-icl-u3/igt@i915_selftest@live_hangcheck.html
#### Warnings ####
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [FAIL][35] ([fdo#111096] / [i915#323]) -> [FAIL][36] ([fdo#111407])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
* igt@kms_flip@basic-flip-vs-modeset:
- fi-kbl-x1275: [DMESG-WARN][37] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][38] ([i915#62] / [i915#92]) +8 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-modeset.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-modeset.html
* igt@kms_pipe_crc_basic@read-crc-pipe-b:
- fi-kbl-x1275: [DMESG-WARN][39] ([i915#62] / [i915#92]) -> [DMESG-WARN][40] ([i915#62] / [i915#92] / [i915#95]) +6 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/fi-kbl-x1275/igt@kms_pipe_crc_basic@read-crc-pipe-b.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/fi-kbl-x1275/igt@kms_pipe_crc_basic@read-crc-pipe-b.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096
[fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407
[fdo#111593]: https://bugs.freedesktop.org/show_bug.cgi?id=111593
[i915#140]: https://gitlab.freedesktop.org/drm/intel/issues/140
[i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
[i915#553]: https://gitlab.freedesktop.org/drm/intel/issues/553
[i915#563]: https://gitlab.freedesktop.org/drm/intel/issues/563
[i915#592]: https://gitlab.freedesktop.org/drm/intel/issues/592
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#722]: https://gitlab.freedesktop.org/drm/intel/issues/722
[i915#725]: https://gitlab.freedesktop.org/drm/intel/issues/725
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (48 -> 43)
------------------------------
Additional (1): fi-cfl-guc
Missing (6): fi-tgl-guc fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5346 -> IGTPW_3853
CI-20190529: 20190529
CI_DRM_7549: 9573e1b7d1cb54cc984cf5c4f93a743641d868da @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3853: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/index.html
IGT_5346: 466b0e6cbcbaccff012b484d1fd7676364b37b93 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Testlist changes ==
+igt@gen7_exec_parse@basic-allocation
+igt@gen7_exec_parse@basic-allowed
+igt@gen7_exec_parse@basic-offset
+igt@gen7_exec_parse@basic-rejected
+igt@gen7_exec_parse@batch-without-end
+igt@gen7_exec_parse@bitmasks
+igt@gen7_exec_parse@chained-batch
+igt@gen7_exec_parse@cmd-crossing-page
+igt@gen7_exec_parse@load-register-reg
+igt@gen7_exec_parse@oacontrol-tracking
+igt@gen7_exec_parse@test-lri-oacontrol
+igt@gen7_exec_parse@test-lri-oastatus2
+igt@gen7_exec_parse@test-lri-so_write_offset_0
+igt@gen9_exec_parse@allowed-all
+igt@gen9_exec_parse@allowed-single
+igt@gen9_exec_parse@basic-rejected
+igt@gen9_exec_parse@basic-rejected-ctx-param
+igt@gen9_exec_parse@batch-invalid-length
+igt@gen9_exec_parse@batch-without-end
+igt@gen9_exec_parse@batch-zero-length
+igt@gen9_exec_parse@bb-chained
+igt@gen9_exec_parse@bb-secure
+igt@gen9_exec_parse@bb-start-cmd
+igt@gen9_exec_parse@bb-start-far
+igt@gen9_exec_parse@bb-start-out
+igt@gen9_exec_parse@bb-start-param
+igt@gen9_exec_parse@cmd-crossing-page
+igt@gen9_exec_parse@secure-batches
+igt@gen9_exec_parse@unaligned-access
+igt@gen9_exec_parse@unaligned-jump
+igt@gen9_exec_parse@valid-registers
-igt@gem_exec_parse@basic-allocation
-igt@gem_exec_parse@basic-allowed
-igt@gem_exec_parse@basic-offset
-igt@gem_exec_parse@basic-rejected
-igt@gem_exec_parse@batch-without-end
-igt@gem_exec_parse@bitmasks
-igt@gem_exec_parse@chained-batch
-igt@gem_exec_parse@cmd-crossing-page
-igt@gem_exec_parse@load-register-reg
-igt@gem_exec_parse@oacontrol-tracking
-igt@gem_exec_parse@test-lri-oacontrol
-igt@gem_exec_parse@test-lri-oastatus2
-igt@gem_exec_parse@test-lri-so_write_offset_0
-igt@gem_exec_parse_blt@allowed-all
-igt@gem_exec_parse_blt@allowed-single
-igt@gem_exec_parse_blt@basic-rejected
-igt@gem_exec_parse_blt@basic-rejected-ctx-param
-igt@gem_exec_parse_blt@batch-invalid-length
-igt@gem_exec_parse_blt@batch-without-end
-igt@gem_exec_parse_blt@batch-zero-length
-igt@gem_exec_parse_blt@bb-chained
-igt@gem_exec_parse_blt@bb-secure
-igt@gem_exec_parse_blt@bb-start-cmd
-igt@gem_exec_parse_blt@bb-start-far
-igt@gem_exec_parse_blt@bb-start-out
-igt@gem_exec_parse_blt@bb-start-param
-igt@gem_exec_parse_blt@cmd-crossing-page
-igt@gem_exec_parse_blt@secure-batches
-igt@gem_exec_parse_blt@unaligned-access
-igt@gem_exec_parse_blt@unaligned-jump
-igt@gem_exec_parse_blt@valid-registers
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for i915: Rename gem_exec_parse and gem_exec_parse_blt
2019-12-12 10:29 [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt Chris Wilson
2019-12-12 10:48 ` [igt-dev] ✗ GitLab.Pipeline: failure for " Patchwork
2019-12-12 10:53 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2019-12-12 22:40 ` Patchwork
2019-12-16 10:27 ` [Intel-gfx] [PATCH i-g-t] " Mika Kuoppala
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-12-12 22:40 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915: Rename gem_exec_parse and gem_exec_parse_blt
URL : https://patchwork.freedesktop.org/series/70819/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_7549_full -> IGTPW_3853_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3853_full:
### IGT changes ###
#### Possible regressions ####
* {igt@gen7_exec_parse@basic-offset} (NEW):
- shard-tglb: NOTRUN -> [SKIP][1] +14 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb2/igt@gen7_exec_parse@basic-offset.html
* {igt@gen9_exec_parse@allowed-all} (NEW):
- shard-iclb: NOTRUN -> [SKIP][2] +22 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb4/igt@gen9_exec_parse@allowed-all.html
New tests
---------
New tests have been introduced between CI_DRM_7549_full and IGTPW_3853_full:
### New IGT tests (28) ###
* igt@gen7_exec_parse@basic-allocation:
- Statuses : 1 pass(s) 5 skip(s)
- Exec time: [0.0, 21.94] s
* igt@gen7_exec_parse@basic-allowed:
- Statuses : 1 pass(s) 5 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen7_exec_parse@basic-offset:
- Statuses : 1 pass(s) 6 skip(s)
- Exec time: [0.0, 0.13] s
* igt@gen7_exec_parse@basic-rejected:
- Statuses : 1 pass(s) 6 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen7_exec_parse@batch-without-end:
- Statuses : 1 pass(s) 6 skip(s)
- Exec time: [0.0] s
* igt@gen7_exec_parse@bitmasks:
- Statuses : 1 pass(s) 6 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen7_exec_parse@chained-batch:
- Statuses : 1 pass(s) 5 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen7_exec_parse@cmd-crossing-page:
- Statuses : 1 pass(s) 5 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen7_exec_parse@load-register-reg:
- Statuses : 1 pass(s) 6 skip(s)
- Exec time: [0.0, 0.01] s
* igt@gen7_exec_parse@oacontrol-tracking:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@gen9_exec_parse@allowed-all:
- Statuses : 3 pass(s) 3 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@allowed-single:
- Statuses : 3 pass(s) 3 skip(s)
- Exec time: [0.0, 0.01] s
* igt@gen9_exec_parse@basic-rejected:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0, 0.11] s
* igt@gen9_exec_parse@batch-invalid-length:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0, 0.01] s
* igt@gen9_exec_parse@batch-without-end:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@batch-zero-length:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@bb-chained:
- Statuses : 3 pass(s) 2 skip(s)
- Exec time: [0.0, 0.01] s
* igt@gen9_exec_parse@bb-secure:
- Statuses : 3 pass(s) 3 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@bb-start-cmd:
- Statuses : 3 pass(s) 3 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@bb-start-far:
- Statuses : 3 pass(s) 3 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@bb-start-out:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@bb-start-param:
- Statuses : 3 pass(s) 3 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@cmd-crossing-page:
- Statuses : 3 pass(s) 3 skip(s)
- Exec time: [0.0, 0.00] s
* igt@gen9_exec_parse@secure-batches:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0] s
* igt@gen9_exec_parse@unaligned-access:
- Statuses : 3 pass(s) 2 skip(s)
- Exec time: [0.0, 0.06] s
* igt@gen9_exec_parse@unaligned-jump:
- Statuses : 3 pass(s) 4 skip(s)
- Exec time: [0.0, 0.61] s
* igt@gen9_exec_parse@valid-registers:
- Statuses : 2 pass(s) 2 skip(s)
- Exec time: [0.0, 0.22] s
Known issues
------------
Here are the changes found in IGTPW_3853_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_isolation@rcs0-s3:
- shard-tglb: [PASS][3] -> [INCOMPLETE][4] ([i915#456])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb3/igt@gem_ctx_isolation@rcs0-s3.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb1/igt@gem_ctx_isolation@rcs0-s3.html
* igt@gem_ctx_isolation@vcs1-clean:
- shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#109276] / [fdo#112080]) +1 similar issue
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb1/igt@gem_ctx_isolation@vcs1-clean.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb6/igt@gem_ctx_isolation@vcs1-clean.html
* igt@gem_ctx_shared@exec-single-timeline-bsd:
- shard-iclb: [PASS][7] -> [SKIP][8] ([fdo#110841])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb5/igt@gem_ctx_shared@exec-single-timeline-bsd.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb4/igt@gem_ctx_shared@exec-single-timeline-bsd.html
* igt@gem_exec_balancer@bonded-slice:
- shard-kbl: [PASS][9] -> [FAIL][10] ([i915#800])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-kbl7/igt@gem_exec_balancer@bonded-slice.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-kbl1/igt@gem_exec_balancer@bonded-slice.html
* igt@gem_exec_create@basic:
- shard-tglb: [PASS][11] -> [INCOMPLETE][12] ([fdo#111736])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb4/igt@gem_exec_create@basic.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb6/igt@gem_exec_create@basic.html
* igt@gem_exec_parallel@bcs0-fds:
- shard-hsw: [PASS][13] -> [INCOMPLETE][14] ([i915#61])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-hsw4/igt@gem_exec_parallel@bcs0-fds.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-hsw7/igt@gem_exec_parallel@bcs0-fds.html
* igt@gem_exec_parallel@vcs1-fds:
- shard-iclb: [PASS][15] -> [SKIP][16] ([fdo#112080]) +2 similar issues
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb4/igt@gem_exec_parallel@vcs1-fds.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb8/igt@gem_exec_parallel@vcs1-fds.html
* igt@gem_exec_schedule@preempt-queue-bsd:
- shard-iclb: [PASS][17] -> [SKIP][18] ([fdo#112146]) +1 similar issue
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb3/igt@gem_exec_schedule@preempt-queue-bsd.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb4/igt@gem_exec_schedule@preempt-queue-bsd.html
* igt@gem_exec_schedule@preempt-queue-contexts-bsd2:
- shard-tglb: [PASS][19] -> [INCOMPLETE][20] ([fdo#111606] / [fdo#111677])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb2/igt@gem_exec_schedule@preempt-queue-contexts-bsd2.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb6/igt@gem_exec_schedule@preempt-queue-contexts-bsd2.html
* igt@gem_exec_schedule@promotion-bsd1:
- shard-iclb: [PASS][21] -> [SKIP][22] ([fdo#109276]) +8 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb4/igt@gem_exec_schedule@promotion-bsd1.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb7/igt@gem_exec_schedule@promotion-bsd1.html
* igt@gem_exec_schedule@smoketest-vebox:
- shard-tglb: [PASS][23] -> [INCOMPLETE][24] ([i915#707])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb8/igt@gem_exec_schedule@smoketest-vebox.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb3/igt@gem_exec_schedule@smoketest-vebox.html
* igt@gem_exec_suspend@basic-s3:
- shard-kbl: [PASS][25] -> [DMESG-WARN][26] ([i915#180]) +2 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-kbl3/igt@gem_exec_suspend@basic-s3.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-kbl2/igt@gem_exec_suspend@basic-s3.html
* igt@gem_persistent_relocs@forked-interruptible-faulting-reloc-thrash-inactive:
- shard-hsw: [PASS][27] -> [TIMEOUT][28] ([i915#530])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-hsw2/igt@gem_persistent_relocs@forked-interruptible-faulting-reloc-thrash-inactive.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-hsw6/igt@gem_persistent_relocs@forked-interruptible-faulting-reloc-thrash-inactive.html
* igt@gem_sync@basic-each:
- shard-tglb: [PASS][29] -> [INCOMPLETE][30] ([i915#472] / [i915#707])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb2/igt@gem_sync@basic-each.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb8/igt@gem_sync@basic-each.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-snb: [PASS][31] -> [DMESG-WARN][32] ([fdo#111870]) +2 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-glk: [PASS][33] -> [FAIL][34] ([i915#79])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-glk9/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-glk9/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-tglb: [PASS][35] -> [FAIL][36] ([i915#49]) +1 similar issue
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-iclb: [PASS][37] -> [INCOMPLETE][38] ([i915#123] / [i915#140])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_plane@pixel-format-pipe-b-planes:
- shard-kbl: [PASS][39] -> [INCOMPLETE][40] ([fdo#103665] / [i915#648] / [i915#667])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-kbl6/igt@kms_plane@pixel-format-pipe-b-planes.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-kbl7/igt@kms_plane@pixel-format-pipe-b-planes.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes:
- shard-apl: [PASS][41] -> [DMESG-WARN][42] ([i915#180]) +1 similar issue
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-apl3/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html
* igt@kms_psr2_su@page_flip:
- shard-iclb: [PASS][43] -> [SKIP][44] ([fdo#109642] / [fdo#111068])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb2/igt@kms_psr2_su@page_flip.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb5/igt@kms_psr2_su@page_flip.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-iclb: [PASS][45] -> [SKIP][46] ([fdo#109441])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb4/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@kms_setmode@basic:
- shard-apl: [PASS][47] -> [FAIL][48] ([i915#31])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-apl1/igt@kms_setmode@basic.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-apl8/igt@kms_setmode@basic.html
* igt@perf@short-reads:
- shard-glk: [PASS][49] -> [TIMEOUT][50] ([i915#51])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-glk5/igt@perf@short-reads.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-glk8/igt@perf@short-reads.html
#### Possible fixes ####
* igt@gem_ctx_isolation@vcs1-s3:
- shard-tglb: [INCOMPLETE][51] ([i915#456]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb3/igt@gem_ctx_isolation@vcs1-s3.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb8/igt@gem_ctx_isolation@vcs1-s3.html
- shard-iclb: [SKIP][53] ([fdo#109276] / [fdo#112080]) -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb3/igt@gem_ctx_isolation@vcs1-s3.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb4/igt@gem_ctx_isolation@vcs1-s3.html
* igt@gem_eio@kms:
- shard-snb: [INCOMPLETE][55] ([i915#82]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-snb5/igt@gem_eio@kms.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-snb2/igt@gem_eio@kms.html
* igt@gem_eio@reset-stress:
- shard-snb: [FAIL][57] ([i915#232]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-snb2/igt@gem_eio@reset-stress.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-snb1/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [SKIP][59] ([fdo#110854]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb8/igt@gem_exec_balancer@smoke.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb2/igt@gem_exec_balancer@smoke.html
* {igt@gem_exec_schedule@pi-common-bsd}:
- shard-iclb: [SKIP][61] ([i915#677]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb4/igt@gem_exec_schedule@pi-common-bsd.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb3/igt@gem_exec_schedule@pi-common-bsd.html
* igt@gem_exec_schedule@preempt-other-chain-bsd:
- shard-iclb: [SKIP][63] ([fdo#112146]) -> [PASS][64] +2 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb1/igt@gem_exec_schedule@preempt-other-chain-bsd.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb3/igt@gem_exec_schedule@preempt-other-chain-bsd.html
* igt@gem_exec_schedule@preempt-queue-chain-bsd2:
- shard-iclb: [SKIP][65] ([fdo#109276]) -> [PASS][66] +6 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb3/igt@gem_exec_schedule@preempt-queue-chain-bsd2.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb4/igt@gem_exec_schedule@preempt-queue-chain-bsd2.html
* igt@gem_exec_suspend@basic-s0:
- shard-tglb: [INCOMPLETE][67] ([i915#456] / [i915#472]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb1/igt@gem_exec_suspend@basic-s0.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb8/igt@gem_exec_suspend@basic-s0.html
* igt@gem_persistent_relocs@forked-faulting-reloc-thrash-inactive:
- shard-snb: [TIMEOUT][69] ([i915#530]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-snb1/igt@gem_persistent_relocs@forked-faulting-reloc-thrash-inactive.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-snb1/igt@gem_persistent_relocs@forked-faulting-reloc-thrash-inactive.html
* igt@gem_persistent_relocs@forked-interruptible-thrashing:
- shard-hsw: [FAIL][71] ([i915#520]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-hsw4/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-hsw2/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
* igt@gem_persistent_relocs@forked-thrashing:
- shard-iclb: [TIMEOUT][73] ([i915#530]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb6/igt@gem_persistent_relocs@forked-thrashing.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb3/igt@gem_persistent_relocs@forked-thrashing.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-kbl: [FAIL][75] ([i915#644]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-kbl4/igt@gem_ppgtt@flink-and-close-vma-leak.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-kbl6/igt@gem_ppgtt@flink-and-close-vma-leak.html
- shard-iclb: [FAIL][77] ([i915#644]) -> [PASS][78]
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb1/igt@gem_ppgtt@flink-and-close-vma-leak.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb8/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-snb: [DMESG-WARN][79] ([fdo#111870]) -> [PASS][80] +1 similar issue
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-snb4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-snb7/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@i915_pm_rpm@system-suspend-devices:
- shard-tglb: [INCOMPLETE][81] ([i915#456] / [i915#460]) -> [PASS][82] +1 similar issue
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb8/igt@i915_pm_rpm@system-suspend-devices.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb1/igt@i915_pm_rpm@system-suspend-devices.html
* igt@kms_color@pipe-a-gamma:
- shard-tglb: [FAIL][83] ([i915#71]) -> [PASS][84]
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb1/igt@kms_color@pipe-a-gamma.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb5/igt@kms_color@pipe-a-gamma.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-kbl: [DMESG-WARN][85] ([i915#180]) -> [PASS][86] +8 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-apl: [DMESG-WARN][87] ([i915#180]) -> [PASS][88] +1 similar issue
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible.html
- shard-snb: [DMESG-WARN][89] ([i915#42]) -> [PASS][90]
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-snb2/igt@kms_flip@flip-vs-suspend-interruptible.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-snb4/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@plain-flip-interruptible:
- shard-kbl: [INCOMPLETE][91] ([fdo#103665]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-kbl7/igt@kms_flip@plain-flip-interruptible.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-kbl2/igt@kms_flip@plain-flip-interruptible.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt:
- shard-tglb: [INCOMPLETE][93] ([i915#474] / [i915#667]) -> [PASS][94] +1 similar issue
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-tglb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-iclb: [SKIP][95] ([fdo#109441]) -> [PASS][96] +2 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb3/igt@kms_psr@psr2_sprite_plane_move.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_setmode@basic:
- shard-kbl: [FAIL][97] ([i915#31]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-kbl7/igt@kms_setmode@basic.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-kbl7/igt@kms_setmode@basic.html
* igt@perf_pmu@busy-vcs1:
- shard-iclb: [SKIP][99] ([fdo#112080]) -> [PASS][100] +7 similar issues
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb5/igt@perf_pmu@busy-vcs1.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb2/igt@perf_pmu@busy-vcs1.html
#### Warnings ####
* igt@gem_ctx_isolation@vcs1-nonpriv:
- shard-iclb: [SKIP][101] ([fdo#109276] / [fdo#112080]) -> [FAIL][102] ([IGT#28])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7549/shard-iclb8/igt@gem_ctx_isolation@vcs1-nonpriv.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/shard-iclb4/igt@gem_ctx_isolation@vcs1-nonpriv.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#28]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/28
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110841]: https://bugs.freedesktop.org/show_bug.cgi?id=110841
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111606]: https://bugs.freedesktop.org/show_bug.cgi?id=111606
[fdo#111677]: https://bugs.freedesktop.org/show_bug.cgi?id=111677
[fdo#111736]: https://bugs.freedesktop.org/show_bug.cgi?id=111736
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
[i915#123]: https://gitlab.freedesktop.org/drm/intel/issues/123
[i915#140]: https://gitlab.freedesktop.org/drm/intel/issues/140
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#232]: https://gitlab.freedesktop.org/drm/intel/issues/232
[i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
[i915#42]: https://gitlab.freedesktop.org/drm/intel/issues/42
[i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
[i915#460]: https://gitlab.freedesktop.org/drm/intel/issues/460
[i915#472]: https://gitlab.freedesktop.org/drm/intel/issues/472
[i915#474]: https://gitlab.freedesktop.org/drm/intel/issues/474
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#51]: https://gitlab.freedesktop.org/drm/intel/issues/51
[i915#520]: https://gitlab.freedesktop.org/drm/intel/issues/520
[i915#530]: https://gitlab.freedesktop.org/drm/intel/issues/530
[i915#61]: https://gitlab.freedesktop.org/drm/intel/issues/61
[i915#644]: https://gitlab.freedesktop.org/drm/intel/issues/644
[i915#648]: https://gitlab.freedesktop.org/drm/intel/issues/648
[i915#667]: https://gitlab.freedesktop.org/drm/intel/issues/667
[i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
[i915#707]: https://gitlab.freedesktop.org/drm/intel/issues/707
[i915#71]: https://gitlab.freedesktop.org/drm/intel/issues/71
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#800]: https://gitlab.freedesktop.org/drm/intel/issues/800
[i915#82]: https://gitlab.freedesktop.org/drm/intel/issues/82
Participating hosts (11 -> 8)
------------------------------
Missing (3): pig-skl-6260u pig-glk-j5005 pig-hsw-4770r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5346 -> IGTPW_3853
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_7549: 9573e1b7d1cb54cc984cf5c4f93a743641d868da @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3853: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/index.html
IGT_5346: 466b0e6cbcbaccff012b484d1fd7676364b37b93 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3853/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Intel-gfx] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt
2019-12-12 10:29 [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt Chris Wilson
` (2 preceding siblings ...)
2019-12-12 22:40 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2019-12-16 10:27 ` Mika Kuoppala
3 siblings, 0 replies; 5+ messages in thread
From: Mika Kuoppala @ 2019-12-16 10:27 UTC (permalink / raw)
To: Chris Wilson, intel-gfx; +Cc: igt-dev
Chris Wilson <chris@chris-wilson.co.uk> writes:
> The cmdparser tests are tied to the generation, so rename the tests to
> indicate that and remove the ambiguity that they are more generic tests.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
> ---
> tests/Makefile.sources | 8 ++++----
> tests/i915/{gem_exec_parse.c => gen7_exec_parse.c} | 0
> tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} | 0
> tests/intel-ci/blacklist.txt | 2 +-
> tests/meson.build | 4 ++--
> 5 files changed, 7 insertions(+), 7 deletions(-)
> rename tests/i915/{gem_exec_parse.c => gen7_exec_parse.c} (100%)
> rename tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} (100%)
>
> diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> index 2893f9bc0..806eb02d0 100644
> --- a/tests/Makefile.sources
> +++ b/tests/Makefile.sources
> @@ -241,11 +241,11 @@ gem_exec_parallel_SOURCES = i915/gem_exec_parallel.c
> TESTS_progs += gem_exec_params
> gem_exec_params_SOURCES = i915/gem_exec_params.c
>
> -TESTS_progs += gem_exec_parse
> -gem_exec_parse_SOURCES = i915/gem_exec_parse.c
> +TESTS_progs += gen7_exec_parse
> +gen7_exec_parse_SOURCES = i915/gen7_exec_parse.c
>
> -TESTS_progs += gem_exec_parse_blt
> -gem_exec_parse_blt_SOURCES = i915/gem_exec_parse_blt.c
> +TESTS_progs += gen9_exec_parse
> +gen9_exec_parse_SOURCES = i915/gen9_exec_parse.c
>
> TESTS_progs += gem_exec_reloc
> gem_exec_reloc_SOURCES = i915/gem_exec_reloc.c
> diff --git a/tests/i915/gem_exec_parse.c b/tests/i915/gen7_exec_parse.c
> similarity index 100%
> rename from tests/i915/gem_exec_parse.c
> rename to tests/i915/gen7_exec_parse.c
> diff --git a/tests/i915/gem_exec_parse_blt.c b/tests/i915/gen9_exec_parse.c
> similarity index 100%
> rename from tests/i915/gem_exec_parse_blt.c
> rename to tests/i915/gen9_exec_parse.c
> diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
> index 4bca1b6c5..a48163c68 100644
> --- a/tests/intel-ci/blacklist.txt
> +++ b/tests/intel-ci/blacklist.txt
> @@ -77,7 +77,7 @@ igt@gem_write_read_ring_switch(@.*)?
> ###############################################
> # GEM: Not worth fixing
> ###############################################
> -igt@gem_exec_parse@.*lri.*
> +igt@gen7_exec_parse@.*lri.*
> ###############################################
> # There are no DRRS capable displays in CI lab
> ###############################################
> diff --git a/tests/meson.build b/tests/meson.build
> index d931cc372..570de5459 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -147,8 +147,8 @@ i915_progs = [
> 'gem_exec_nop',
> 'gem_exec_parallel',
> 'gem_exec_params',
> - 'gem_exec_parse',
> - 'gem_exec_parse_blt',
> + 'gen7_exec_parse',
> + 'gen9_exec_parse',
> 'gem_exec_reloc',
> 'gem_exec_reuse',
> 'gem_exec_schedule',
> --
> 2.24.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-12-16 10:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 10:29 [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt Chris Wilson
2019-12-12 10:48 ` [igt-dev] ✗ GitLab.Pipeline: failure for " Patchwork
2019-12-12 10:53 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2019-12-12 22:40 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-12-16 10:27 ` [Intel-gfx] [PATCH i-g-t] " Mika Kuoppala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox