[yocto] Weekly Test Report for Yocto 1.2 M4 RC2 Build

Xu, Jiajun jiajun.xu at intel.com
Mon Apr 9 08:18:54 PDT 2012


Hi all,
Here is the weekly test result for 1.2 M4 RC2, included some fullpass cases. Only 3 new bugs found, 2 for hob, removing meta-yocto layer meet with OE-core's error and Inconformity recipes when change machine, 1 minor bug for autobuilder, wrong kernel version information for some BSPs.

All features on BPSs and qemu work well, expect no connman icon on top bar which blocked setting static IP address.

For Hob, except for the 2 new bugs, there are 3 old open bugs, BB_NUMBER_THREADS and PARALLEL_MAKE do not work, template file and hob-image.bb file still has incomplete package information.
For Core build system, there is no new bug met also. self-hosted testing is still blocked due to incorrect path of sudoers when generating self-hosted image. The bug should be fixed in master and QA will test it in RC3. Multilib still could not work. For yocto-bsp/kernel tools, basic function could work but there are 2 minor issues found.
Up to now, we verify 3 old bugs, for multilib bug 2215 - [multilib] core-image-sato build pass but X not up, which seems a duplicated bug of 1538. For ADT, the bug 2055 ADT-installer failed to install PPC Target architectures is fixed.

Note: The test report is archived @ https://wiki.yoctoproject.org/wiki/Yocto_1.2_Milestone_Test_Report.

Test Summary:
---------------------------------------

Test Result Summary

Component

Target

Status

Comments

BSP

eMenlow

GOOD

I2C_transfer error; No connman icon

Blacksand

GOOD

No connman icon

Crownbay-emgd

GOOD

Xorg eat lots of cup's resource after standby;
No connman icon

Sugarbay

GOOD

No connman icon

Jasperforest-lsb

GOOD

Everything runs well

Beagleboard

GOOD

Can not login via serial port

Routerstationpro

GOOD

Everything runs well

Mpc8315e-rdb

GOOD

Everything runs well

QEMU

qemux86

GOOD

No connman icon on the toolbar

qemux86-64

GOOD

No connman icon on the toolbar

qemuarm

GOOD

No connman icon on the toolbar

qemuppc

GOOD

No connman icon on the toolbar

qemumips

GOOD

Fotowall can not be launched;No connman icon

ADT

 

On going

Fail to download qemuppc's kernel; Clutter failed run

Compliance

 

On going

LTP and POSIX are running on Blacksand

Power/Performance

 

GOOD

Power consumption of crownbay is 24.28W

Stress

 

GOOD

Both Crashme and Helltest on Jasperforest and both Crashme and LTP on Beagleboard could pass 24 hours stress testing.

HOB

 

BUGGY

Removing meta-yocto layer fail,inconformity recipes when change machine, BB_NUMBER_THREADS and PARALLEL_MAKE could not work;template file and hob-image .bb file has incomplete package information.


  

Critical bugs, more than 50% test cases are blocked

 

Only Normal, Minor or Enhancement bugs, or less than 10% test cases failed

 

Normal, Major and Critical bugs, and more than 10% test cases failed



Detailed Test Result for each component

Target

Total TCs

Not Run

Passed

Failed

Not testable (Blocked)

eMenlow Sato-SDK

65

0

63

3(bug 310,2202)

0

n450 Sato-SDK

64

0

63

1 (bug 2202)

0

Crownbay-Sato-SDK

65

0

63

2(bug 2202,1258)

0

Sugarbay Sato-SDK

69

0

68

1(bug 2202)

0

Jasperforest lsb-SDK

32

0

32

0

0

Beagleboard Sato-SDK

40

0

40

0

0

Routerstationpro Sato-SDK

33

0

33

0

0

Mpc8315e-rdb Sato-SDK

36

0

36

0

0

Qemux86-64 Sato

31

0

30

1(bug 2202)

0

Qemux86-64 Sato-SDK

35

0

34

1(bug 2202)

0

Qemux86 Sato

31

0

30

1(bug 2202)

0

Qemux86 Sato-SDK

35

0

34

1(bug 2202)

0

Qemuarm Sato

30

0

29

1(bug 2202)

0

Qemuarm Sato-SDK

35

0

34

1(bug 2202)

0

Qemumips Sato

30

0

29

1(bug 2202)

0

Qemumips Sato-SDK

35

0

34

1(bug 2202)

0

Qemuppc Sato

30

0

29

1(bug 2202)

0

Qemuppc Sato-SDK

35

0

34

1(bug 2202)

0

Power & Performance

4

0

4

0

0

Compliance

2

0

2

0

0

Stress

2

0

2

0

0

HOB

38

0

33

5(bug2210,2211,2217,2245,2255)

0

Total

777

0

756

21

0




Commit Information
---------------------------------------
Tree/Branch:1.2_M4
Commit id: 27aa5489fb40d99c58bb2a4bbf2311e2c502a091

Meta branch: master
Commit id: f89405e115d73426c8a6450b6e795b5885d6bdf3

Issue summary
--------------------------------------

Component

Bug Number

Target Milestone

System & Core OS

System Usage

Bug 503 - [emenlow] system cannot enter S3 standby mode

1.2

Bug 310 - [eMenlow] i2c_transfer error on e-Menlow

1.1

Other

Bug 1258 -[crownbay] Xorg eats lots of CPU time after standby

1.1 M4

Bug 2202 No connman icon on top right corner

1.2 M4

Bug 2192 [beagleboard C4] No login prompt in serial port console with 1.2 M4 20120328 build

1.2 M4

Bug 2190 [autobuilder] dtb file for mpc8315e-rdb should be copied to the sharing directory

1.2 M4

Bug 1477 Fotowall doesn't run on qemumips

1.3

New! Bug 2265 [autobuilder] version field in kernel name mismatched with real version

 

Power & Performance

Power consumption of crownbay is 24.28W.

 


Compliance

LTP and POSIX are running on blacksand.

 

Stress

Both Crashme and Helltest on Jasperforest could pass 24 hours stress testing.

 

HOB

Bug 2210 [Hob] BB_NUMBER_THREADS and PARALLEL_MAKE do not work

1.2 M4

Bug 2211 [Hob] removed package still shown as selected after image build finished

1.2 M4

Bug 2217 [Hob] fail to build hob-image-hob.bb from command line

1.2 M4

New! Bug 2254 [Hob2]Removing meta-yocto layer meet with OE-core's config fail

 

New! Bug 2255[Hob2]Inconformity recipes when change machine

 




Best Regards,

Jiajun


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120409/f4bfed8a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Yocto 1.2M4  RC2 detail_testreport_weekly.ods
Type: application/oleobject
Size: 24915 bytes
Desc: Yocto 1.2M4  RC2 detail_testreport_weekly.ods
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120409/f4bfed8a/attachment.bin>


More information about the yocto mailing list