igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] lib/igt_core: Fix typo
@ 2018-07-20 17:04 Gwan-gyeong Mun
  2018-07-20 21:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gwan-gyeong Mun @ 2018-07-20 17:04 UTC (permalink / raw)
  To: igt-dev; +Cc: martin.peres

"overridden" was misspelled as "overriden". Fix it.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
---
 lib/igt_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_core.c b/lib/igt_core.c
index 3d87123c..5e6fb7ad 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -235,7 +235,7 @@
  *
  * Some of IGT's behavior can be configured through a configuration file.
  * By default, this file is expected to exist in ~/.igtrc . The directory for
- * this can be overriden by setting the environment variable %IGT_CONFIG_PATH.
+ * this can be overridden by setting the environment variable %IGT_CONFIG_PATH.
  * An example configuration follows:
  *
  * |[<!-- language="plain" -->
-- 
2.18.0

---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_core: Fix typo
  2018-07-20 17:04 [igt-dev] [PATCH] lib/igt_core: Fix typo Gwan-gyeong Mun
@ 2018-07-20 21:03 ` Patchwork
  2018-07-24 12:20 ` [igt-dev] [PATCH] " Martin Peres
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-07-20 21:03 UTC (permalink / raw)
  To: Gwan-gyeong Mun; +Cc: igt-dev

== Series Details ==

Series: lib/igt_core: Fix typo
URL   : https://patchwork.freedesktop.org/series/46974/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4521 -> IGTPW_1621 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/46974/revisions/1/mbox/

== Known issues ==

  Here are the changes found in IGTPW_1621 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_frontbuffer_tracking@basic:
      fi-hsw-peppy:       PASS -> DMESG-FAIL (fdo#102614, fdo#106103)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
      fi-bxt-dsi:         PASS -> INCOMPLETE (fdo#103927)
      fi-skl-6700k2:      PASS -> FAIL (fdo#103191)
      {fi-cfl-8109u}:     PASS -> FAIL (fdo#103375)

    
    ==== Possible fixes ====

    igt@debugfs_test@read_all_entries:
      fi-snb-2520m:       INCOMPLETE (fdo#103713) -> PASS

    
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
  fdo#103375 https://bugs.freedesktop.org/show_bug.cgi?id=103375
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103


== Participating hosts (47 -> 42) ==

  Missing    (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u 


== Build changes ==

    * IGT: IGT_4570 -> IGTPW_1621

  CI_DRM_4521: a4ebbd84c682fd30edbde6ac0e48d150d4c5c066 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1621: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1621/
  IGT_4570: 65cdccdc7bcbb791d791aeeeecb784a382110a3c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1621/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [igt-dev] [PATCH] lib/igt_core: Fix typo
  2018-07-20 17:04 [igt-dev] [PATCH] lib/igt_core: Fix typo Gwan-gyeong Mun
  2018-07-20 21:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-07-24 12:20 ` Martin Peres
  2018-07-24 12:46 ` Gwan-gyeong Mun
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Martin Peres @ 2018-07-24 12:20 UTC (permalink / raw)
  To: Gwan-gyeong Mun, igt-dev

On 20/07/18 20:04, Gwan-gyeong Mun wrote:
> "overridden" was misspelled as "overriden". Fix it.
> 
> Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
> ---
>  lib/igt_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/igt_core.c b/lib/igt_core.c
> index 3d87123c..5e6fb7ad 100644
> --- a/lib/igt_core.c
> +++ b/lib/igt_core.c
> @@ -235,7 +235,7 @@
>   *
>   * Some of IGT's behavior can be configured through a configuration file.
>   * By default, this file is expected to exist in ~/.igtrc . The directory for
> - * this can be overriden by setting the environment variable %IGT_CONFIG_PATH.
> + * this can be overridden by setting the environment variable %IGT_CONFIG_PATH.
>   * An example configuration follows:
>   *
>   * |[<!-- language="plain" -->
> 

Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [igt-dev] [PATCH] lib/igt_core: Fix typo
  2018-07-20 17:04 [igt-dev] [PATCH] lib/igt_core: Fix typo Gwan-gyeong Mun
  2018-07-20 21:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2018-07-24 12:20 ` [igt-dev] [PATCH] " Martin Peres
@ 2018-07-24 12:46 ` Gwan-gyeong Mun
  2018-07-24 13:48 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_core: Fix typo (rev2) Patchwork
  2018-07-24 16:16 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  4 siblings, 0 replies; 6+ messages in thread
From: Gwan-gyeong Mun @ 2018-07-24 12:46 UTC (permalink / raw)
  To: igt-dev; +Cc: martin.peres

"overridden" was misspelled as "overriden". Fix it.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
---
 lib/igt_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_core.c b/lib/igt_core.c
index 3d87123c..5e6fb7ad 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -235,7 +235,7 @@
  *
  * Some of IGT's behavior can be configured through a configuration file.
  * By default, this file is expected to exist in ~/.igtrc . The directory for
- * this can be overriden by setting the environment variable %IGT_CONFIG_PATH.
+ * this can be overridden by setting the environment variable %IGT_CONFIG_PATH.
  * An example configuration follows:
  *
  * |[<!-- language="plain" -->
-- 
2.18.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_core: Fix typo (rev2)
  2018-07-20 17:04 [igt-dev] [PATCH] lib/igt_core: Fix typo Gwan-gyeong Mun
                   ` (2 preceding siblings ...)
  2018-07-24 12:46 ` Gwan-gyeong Mun
@ 2018-07-24 13:48 ` Patchwork
  2018-07-24 16:16 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-07-24 13:48 UTC (permalink / raw)
  To: Gwan-gyeong Mun; +Cc: igt-dev

== Series Details ==

Series: lib/igt_core: Fix typo (rev2)
URL   : https://patchwork.freedesktop.org/series/46974/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4534 -> IGTPW_1639 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/46974/revisions/2/mbox/

== Known issues ==

  Here are the changes found in IGTPW_1639 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_flip@basic-flip-vs-modeset:
      fi-glk-j4005:       PASS -> DMESG-WARN (fdo#106000)

    igt@kms_frontbuffer_tracking@basic:
      fi-hsw-peppy:       PASS -> DMESG-FAIL (fdo#102614, fdo#106103)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-snb-2520m:       PASS -> INCOMPLETE (fdo#103713)

    
    ==== Possible fixes ====

    igt@gem_exec_flush@basic-wb-ro-default:
      fi-glk-j4005:       DMESG-WARN (fdo#105719) -> PASS

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
      fi-bxt-dsi:         INCOMPLETE (fdo#103927) -> PASS

    
  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#105719 https://bugs.freedesktop.org/show_bug.cgi?id=105719
  fdo#106000 https://bugs.freedesktop.org/show_bug.cgi?id=106000
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103


== Participating hosts (52 -> 43) ==

  Missing    (9): fi-ilk-m540 fi-hsw-4200u fi-skl-guc fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-skl-caroline fi-byt-clapper fi-bdw-samus 


== Build changes ==

    * IGT: IGT_4572 -> IGTPW_1639

  CI_DRM_4534: a59bbda34ede6f5685fdc86b58f143bada751617 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1639: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1639/
  IGT_4572: 9b064015df14506b23cd2d7245a73e1b1d16ee1f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1639/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_core: Fix typo (rev2)
  2018-07-20 17:04 [igt-dev] [PATCH] lib/igt_core: Fix typo Gwan-gyeong Mun
                   ` (3 preceding siblings ...)
  2018-07-24 13:48 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_core: Fix typo (rev2) Patchwork
@ 2018-07-24 16:16 ` Patchwork
  4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2018-07-24 16:16 UTC (permalink / raw)
  To: Gwan-gyeong Mun; +Cc: igt-dev

== Series Details ==

Series: lib/igt_core: Fix typo (rev2)
URL   : https://patchwork.freedesktop.org/series/46974/
State : success

== Summary ==

= CI Bug Log - changes from IGT_4572_full -> IGTPW_1639_full =

== Summary - WARNING ==

  Minor unknown changes coming with IGTPW_1639_full need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1639_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/46974/revisions/2/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in IGTPW_1639_full:

  === IGT changes ===

    ==== Warnings ====

    igt@gem_exec_schedule@deep-blt:
      shard-apl:          SKIP -> PASS +3

    igt@gem_exec_schedule@deep-bsd:
      shard-glk:          SKIP -> PASS +3

    igt@gem_exec_schedule@deep-bsd1:
      shard-kbl:          SKIP -> PASS +2

    igt@gem_mocs_settings@mocs-rc6-render:
      shard-kbl:          PASS -> SKIP +1

    igt@pm_rc6_residency@rc6-accuracy:
      shard-snb:          PASS -> SKIP

    
== Known issues ==

  Here are the changes found in IGTPW_1639_full that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
      shard-glk:          NOTRUN -> FAIL (fdo#105454, fdo#106509)

    igt@kms_rotation_crc@sprite-rotation-90:
      shard-apl:          PASS -> FAIL (fdo#103925)

    igt@kms_setmode@basic:
      shard-kbl:          PASS -> FAIL (fdo#99912)

    igt@perf@polling:
      shard-hsw:          PASS -> FAIL (fdo#102252)

    igt@perf_pmu@other-init-0:
      shard-snb:          PASS -> INCOMPLETE (fdo#105411)

    
    ==== Possible fixes ====

    igt@gem_ppgtt@blt-vs-render-ctx0:
      shard-kbl:          INCOMPLETE (fdo#103665, fdo#106023) -> PASS

    igt@kms_flip@plain-flip-ts-check:
      shard-glk:          FAIL (fdo#100368) -> PASS

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
      shard-kbl:          INCOMPLETE (fdo#103665) -> PASS

    igt@kms_setmode@basic:
      shard-apl:          FAIL (fdo#99912) -> PASS

    igt@kms_universal_plane@cursor-fb-leak-pipe-a:
      shard-apl:          FAIL (fdo#107241) -> PASS

    igt@perf_pmu@rc6-runtime-pm-long:
      shard-kbl:          FAIL (fdo#105010) -> PASS

    igt@testdisplay:
      shard-glk:          INCOMPLETE (fdo#103359, fdo#107093, k.org#198133) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#102252 https://bugs.freedesktop.org/show_bug.cgi?id=102252
  fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359
  fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
  fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925
  fdo#105010 https://bugs.freedesktop.org/show_bug.cgi?id=105010
  fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
  fdo#105454 https://bugs.freedesktop.org/show_bug.cgi?id=105454
  fdo#106023 https://bugs.freedesktop.org/show_bug.cgi?id=106023
  fdo#106509 https://bugs.freedesktop.org/show_bug.cgi?id=106509
  fdo#107093 https://bugs.freedesktop.org/show_bug.cgi?id=107093
  fdo#107241 https://bugs.freedesktop.org/show_bug.cgi?id=107241
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912
  k.org#198133 https://bugzilla.kernel.org/show_bug.cgi?id=198133


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * IGT: IGT_4572 -> IGTPW_1639
    * Linux: CI_DRM_4533 -> CI_DRM_4534

  CI_DRM_4533: 712e7047cfc7a129df6d324f59cc5d4eb2879285 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4534: a59bbda34ede6f5685fdc86b58f143bada751617 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1639: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1639/
  IGT_4572: 9b064015df14506b23cd2d7245a73e1b1d16ee1f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1639/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-24 16:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 17:04 [igt-dev] [PATCH] lib/igt_core: Fix typo Gwan-gyeong Mun
2018-07-20 21:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-07-24 12:20 ` [igt-dev] [PATCH] " Martin Peres
2018-07-24 12:46 ` Gwan-gyeong Mun
2018-07-24 13:48 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_core: Fix typo (rev2) Patchwork
2018-07-24 16:16 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).