Displaying 20 results from an estimated 7000 matches similar to: "tools for performace testing"
2006 Mar 24
3
VMX status chgset 9425:96e3b02ec931
We have tested latest xen on VT platform with Intel 915/E8500
chipset.Here is the test summary.
 
issues:
	- No bocking issues.
IA-32:
    Build&Boot SMP xen0 without problem
    Can bootup unmodified IA-32 2.4/2.6 linux in VMX domain
    Can bootup unmodified IA-32 WindowsXP SP1/SP2 in VMX domain
    Can bootup VMX & XenU with different memory
size(VMX:128MB,256MB,512MB.XenU:256MB)
   
2006 Apr 03
1
VMX status report 9514:4ad317429111
We have tested latest xen on VT platform with Intel 915/E8500
chipset.Here is the test summary.
 
Issues:
	- IA-32 VMX guest will hang when booting on IA-32PAE host with
acpi=1 and apic=1.(Bug 594)
	- Failed to created VMX after tens of VMXs have been created &
destroyed on IA-32e.(Bug593)
IA-32:
    Build&Boot SMP xen0 without problem
    Can bootup unmodified IA-32 2.4/2.6 linux in VMX
2006 Jun 16
4
VMX status report 10358:73c73fb8875c
We have tested the latest xen on VT platform with Intel 915/E8500
chipset.
Here is the test summary:
 
Issues:
- Cannot boot Windows 2000 
- Only one CPU is detected in SMP dom0
- Destroying VMX with 4G memory may make xend hang on IA-32e 
IA-32:
+ Build&Boot UP xen0 without problem
+ Can bootup unmodified IA-32 2.4/2.6 linux in VMX domain
+ Can bootup unmodified IA-32 WindowsXP SP1/SP2
2005 Nov 29
5
VMX status report Nov.29 changset 8090
We have test latest xen on VT platform with Intel 915 chipset and Here is the test summary:
 
IA32: 
    Build&Boot SMP xen0 without problem
    Can startup unmodified 2.4/2.6 linux on VMX domain 
    Can startup VMX & Xen with different configuration
    Part of LTP runs well in VMX domain(2.6)
 
IA32E: 
    Build&Boot SMP xen0 without problem
    Can startup unmodified 2.6 linux on
2005 Oct 24
3
bogus find_all in Rails 0.14.1
I have the following statement
     cl = ChatEvent.find_all("ev_type <> #{t} and chat_id = #{@params 
[:chat_id]} order by created_at")
which produces the following error:
#42000You have an error in your SQL syntax; check the manual that  
corresponds to your MySQL server version for the right syntax to use  
near ''order by created_at)'' at line 1: SELECT * FROM
2006 Aug 23
18
Some issues in recent ChangeSet.
We saw these issues in recent ChangeSet:
1. Reboot fail in Guest OS: Reboot in guest will close current qemu
   windows but does not create a new qemu window to restart
32bit HV/xen0:
2. 4 LTP math cases(float_bessel, float_exp_log, float_power and
   float_trigo) sometime fail. (775)
3. Kernel build in VMX may meet kernel panic. It complains like: "<0>
   Kernel panic - not syncing:
2005 Jun 11
5
[PATCH] Fixing iopl and ioperm
With this patch, x86 and x86-64 share ioport.c, fixing LTP iopl and
ioperm testcase failures (on both). We found an iopl testcase failing
even on x86 xenlinux.
Now x86-64 xenlinux should have the same results regarding the LTP
testcases (as far as we tested).
Signed-off-by: Li B Xin <li.b.xin@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Jun
---
Intel Open Source
2004 Aug 18
4
LTP system call test all pass!
After fix bug 130 and 131, and some LTP bugs. 
ocfs2 can now pass all LTP filesystem related system call testcases.
detail result see attach.
-------------------
Intel China Software Lab.
iNet: 8-752-1243
8621-52574545-1243(O)
xfling@users.sourceforge.net
Opinions are my own and don't represent those of my employer 
-------------- next part --------------
A non-text attachment was
2005 Jan 21
5
hdc: lost interrupt
I am seeing a kernel message, "hdc: lost interrupt", when running LTP on 
the xen0 domain.  The first time I saw the ''kernel: hdc: lost interrupt'' 
in /var/log/messages, I was running LTP on both xen0 and xenU domains.  
The xenU domain was totally hung at this point. Suspecting a setup 
error, I re-checked the installation and reran LTP on xen0 alone, 
without having
2006 May 30
2
Testing status of fully virtualized guests (Intel VT) on 64bit XEN unstable
Summary:
Changeset 10173
- 64bit UP and SMP guests boot cleanly
- 32bit UP guests boot clean and 32bit SMP guests still fail to boot
   (see failure.7)
- 32bit UP guests lockup under load with "ata1: command 0x25 timeout"
   (see failure.4)
- 64bit SMP 2 CPU guests lockup under load with "ata1: command 0x25
   timeout" (see failure.2)
- 32bit UP guest crashed on user load test
2012 Oct 02
4
[LLVMdev] interesting possible compiler bug
This code is essentially from an LTP test ( http://ltp.sourceforge.net/ 
<http://ltp.sourceforge.net/> ).
#include <stdlib.h>
int main() {
   void  *curr;
   do {
     curr = malloc(1);
   } while (curr);
   return 0;
}
If you compile it with no optimization, it will keep the malloc calls.
If you compile it with -O2, it will create an infinite loop, i.e. 
assuming that malloc
2020 Jan 28
2
Where does LTO remove unused functions?
Thanks!
On Mon, Jan 27, 2020 at 6:05 PM Teresa Johnson <tejohnson at google.com> wrote:
> By default even regular LTO now has module summaries (like the kind used
> for ThinLTO). LTO will then run index based dead symbol analysis here:
> http://llvm-cs.pcc.me.uk/lib/LTO/LTO.cpp#923. Then when linkRegularLTO is
> called here: http://llvm-cs.pcc.me.uk/lib/LTO/LTO.cpp#935, it
2007 Jan 05
2
VMX status report 13217:338ceb7b1f09
We have tested the latest xen on VT platform with Intel 965/5000P
chipset.
Here is the test summary:
Issues:
=========================
1). VBD could not work well
    Partial support is added in c/s 13198, but the loader still
complains that 
symbol "irq_to_evtchn_port" is missing.
2). IA32E: IA32E vista can''t boot up normally, it gives a blue screen.
	Then the qemu window
2010 Jan 14
2
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi Jean-Marc,
yes, problem exists in narrowband-mode, too.
I already twiddled with max_gain, but did not have real success. I changed line 337 of ltp.c (function pitch_gain_search_3tap_vq) 
    if (sum>best_sum && gain_sum<=max_gain) {
to
    if (sum>best_sum && gain_sum<max_gain) {
-- that stabilizes speex for 2000 Hz and 2200 Hz input on quality setting 7 (23800
2005 Nov 16
4
What happened to mysql connection?
I''ve been using Rails for more than six months and until today I had  
no problem with mysql connection.
It''s a Mac OS X 10.4 box having rails installed and updated by gem. I  
use a remote mysql server no local instance installed.
Here''s my config:
development:
   adapter: mysql
   database: hdchat
   host: 10.0.0.1
   username: webuser
   password:
test:
   adapter:
2008 Sep 23
1
non-page-aligned MMIO BAR found since 3.3
Hello,
I''ve done an update from xen 3.2 to 3.3. Since 3.3 I can not use my
TV-Card anymore. The error message is "Error: pci: 0000:10:0a.0:
non-page-aligned MMIO BAR found."
lspci shows the card as 10:0a.0 Multimedia controller: Philips
Semiconductors SAA7146 (rev 01)
Any hints ?
Thanks in advance
Christoph
xm dmesg:
(XEN) Xen version 3.3.1-rc1-pre (root@artus.own) (gcc
2004 Aug 17
1
[Bug] LTP: mkdir fail after setreuid
For chdir03 investigation result:
The fail is caused by the mkdir fail after setreuid.
Key code in the test case:
       if ((pid =3D fork()) < 0) {
            tst_brkm(TBROK, cleanup, "first fork failed");
        }
        if (pid =3D=3D 0) {         /* first child */
            /* set the child's ID to ltpuser1 */
           if (setreuid(ltpuser1->pw_uid,
2010 May 21
2
Xen 4.1-unstable does not boot up
Hi,
An APIC error continues happening.
  __  __            _  _    _                    _        _     _      
 \ \/ /___ _ __   | || |  / |   _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ ''_ \  | || |_ | |__| | | | ''_ \/ __| __/ _` | ''_ \| |/ _ \
  /  \  __/ | | | |__   _|| |__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_|    |_|(_)_|   \__,_|_|
2012 Oct 02
0
[LLVMdev] interesting possible compiler bug
On 1 October 2012 18:34, reed kotler <rkotler at mips.com> wrote:
>  This code is essentially from an LTP test ( http://ltp.sourceforge.net/).
>
>
> #include <stdlib.h>
>
> int main() {
>   void  *curr;
>
>   do {
>     curr = malloc(1);
>   } while (curr);
>
>   return 0;
>
> }
>
> If you compile it with no optimization, it will keep
2007 Jan 17
5
[PATCH] Have xen dom0 still handle time of 1970
It''s come to our attention, that the time gets screwed up when set 
between EPOCH and EPOCH + uptime.  This may not seem important (because 
we don''t live in the 70s anymore) but it makes LTP fail.  LTP has a date 
test that checks what happens when set to EPOCH + 100 secs + 100 nsecs, 
and makes sure that it gets a proper result.
The following patches helps xen handle the case