search for: restested

Displaying 11 results from an estimated 11 matches for "restested".

Did you mean: retested
2009 Apr 08
0
[LLVMdev] What is the state of LLVM's ARM backend
Hi Xerxes, > 4. softfloat related errors > http://labb.zafena.se/shark-testing/llvmARMCodeGenFailures200904/softenfloat_Do_not_know_how_to_soften_the_result_of_this_operator/ > example: > > root at overo:/home/xerxes/llvm-test/fail/CodeGen/softenfloat# llvm-as < 2007-11-19-VectorSplitting.ll | llc > SoftenFloatResult #0: 0x614e00: f32 = undef > llc:
2009 Apr 08
2
[LLVMdev] What is the state of LLVM's ARM backend
...>> Stack dump: >> 0. Program arguments: llc >> 1. Running pass 'ARM Instruction Selection' on function '@execute_shader' >> Aborted >> > > this is now fixed. > > Ciao, > > Duncan. > Great work Duncan! I recompiled llvm and restested the failing softenfloat tests on my machine: 2007-11-19-VectorSplitting.ll OK! vector-constantexpr.ll OK! vector-constantexpr.ll OK! llvm-as < print-arith-fp.l l | llc SoftenFloatResult #0: 0x61aad8: f64 = frem 0x619fb0, 0x619ea0 llc: /usr/src/openembedded/overo/tmp/work/armv7a-angstrom-linux...
2019 Apr 22
2
[Bug 110487] New: adwefrf
https://bugs.freedesktop.org/show_bug.cgi?id=110487 Bug ID: 110487 Summary: adwefrf Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter:
2014 Apr 08
1
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
On 04/07/2014 01:51 PM, Raghavendra K T wrote: > On 04/07/2014 10:08 PM, Waiman Long wrote: >> On 04/07/2014 02:14 AM, Raghavendra K T wrote: > [...] >>> But I am seeing hang in overcommit cases. Gdb showed that many vcpus >>> are halted and there was no progress. Suspecting the problem /race with >>> halting, I removed the halt() part of kvm_hibernate(). I
2014 Apr 08
1
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
On 04/07/2014 01:51 PM, Raghavendra K T wrote: > On 04/07/2014 10:08 PM, Waiman Long wrote: >> On 04/07/2014 02:14 AM, Raghavendra K T wrote: > [...] >>> But I am seeing hang in overcommit cases. Gdb showed that many vcpus >>> are halted and there was no progress. Suspecting the problem /race with >>> halting, I removed the halt() part of kvm_hibernate(). I
2013 Jan 17
1
Samba AD DC initial join fails at schema replication
Date: 16Jan2013 Samba Version: 4.0.1 OS Version: RHEL 6.3 Windows OS: Server 2012 Forest/Domain: 2008r2 Replaced libnet_vampire.c (corrected ERROR: no subClassOf 'top' for 'samDomain') source [https://bugzilla.samba.org/show_bug.cgi?id=8680] #/usr/lobal/bin/samba-tool domain join <dnsdomain> DC -U administrator Identifies DC, joins the domain and performs adding SPNs to
2015 Mar 19
7
[Bug 89679] New: [NV50] Portal/Half-Life 2 will not start (native Steam)
https://bugs.freedesktop.org/show_bug.cgi?id=89679 Bug ID: 89679 Summary: [NV50] Portal/Half-Life 2 will not start (native Steam) Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2014 Dec 25
11
[Bug 87715] New: Changing resolution away from 1680x1050 results in scattered display
https://bugs.freedesktop.org/show_bug.cgi?id=87715 Bug ID: 87715 Summary: Changing resolution away from 1680x1050 results in scattered display Product: Mesa Version: 10.4 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2009 Apr 08
4
[LLVMdev] What is the state of LLVM's ARM backend
Hello Evan and Robert I have been investigating the unexpected test failures from the ARM nightly builders in order to get a better picture why the ARM backend don't pass the whole testsuite: I have run the failing tests manually on my arm board and can now categorize most of the thirteen unexpected CodeGen failures in four categories: 1. llvm don't lower MVT::i64 properly on arm
2006 Dec 27
5
Problem with ext3 filesystem
Hey, I've a problem with an ext3 filesystem and don't know how to fix it or find the failure :( The Hardware: Tyan mainboard, AMD Athlon CPU, ARECA ARC-1120 RaidController Raid5 with 400GB Seagate HD's, 756 MB Ram, other harddisks for system, network and avm isdn controller. Couse of the filesystem problems I run memtest and found one bad memory module which I replaced yet. The
2020 May 07
17
[PATCH v4 00/15] virtio-mem: paravirtualized memory
This series is based on v5.7-rc4. The patches are located at: https://github.com/davidhildenbrand/linux.git virtio-mem-v4 This is basically a resend of v3 [1], now based on v5.7-rc4 and restested. One patch was reshuffled and two ACKs I missed to add were added. The rebase did not require any modifications to patches. Details about virtio-mem can be found in the cover letter of v2 [2]. A basic QEMU implementation was posted yesterday [3]. [1] https://lkml.kernel.org/r/20200507103119.11219...