[Bug 57441] [HSW]I-G-T/sysfs_l3_parity fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 17 18:55:24 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=57441

--- Comment #21 from shui yangwei <yangweix.shui at intel.com> ---
(In reply to comment #20)
> Can you please apply this to intel-gpu-tools and send the results?
> 
> diff --git a/tests/sysfs_l3_parity b/tests/sysfs_l3_parity
> index 6f814a1..4c690e3 100755
> --- a/tests/sysfs_l3_parity
> +++ b/tests/sysfs_l3_parity
> @@ -12,9 +12,10 @@ $SOURCE_DIR/../tools/intel_l3_parity -c
>  
>  #Check that we can remap a row
>  $SOURCE_DIR/../tools/intel_l3_parity 0,0,0
> +echo "The exit status was $?"
>  disabled=`$SOURCE_DIR/../tools/intel_l3_parity | grep -c 'Row 0, Bank 0,
> Subbank 0 is disabled'`
>  if [ "$disabled" != "1" ] ; then
> -       echo "Fail"
> +       echo "Fail $disabled"
>         exit 1
>  fi

After I apply this patch, test result is like below:
----------------------------------------
[root at x-hsw24 tests]# ./sysfs_l3_parity
The exit status was 0
Fail 0

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130418/4c7450ff/attachment.html>


More information about the intel-gfx-bugs mailing list