From Ava.Zhang at Sun.COM Tue Sep 2 20:46:10 2008 From: Ava.Zhang at Sun.COM (Ava Zhang) Date: Wed, 03 Sep 2008 11:46:10 +0800 Subject: [desktop-testing] collect feedback about remote testing requirement for desktop testing In-Reply-To: <48B41C5E.30509@sun.com> References: <48B41C5E.30509@sun.com> Message-ID: <48BE0882.6090107@sun.com> Paul, If the testing machine can be accessed out of SWAN, multi-testers can use Xvnc to login the machine at the same time and test most of GUI programs. This is the way we are using in our lab for multi-users login and testing. It is very easy to setup Xvnc: # Warning: restart will kill all current dtlogin sessions! svccfg -s cde-login setprop 'dtlogin/args=""' svcadm restart cde-login # Add xvnc service to /etc/services if it isn't already (CR 6614889) printf "vnc-server\t5900/tcp\t\t\t# VNC Server\n" >> /etc/services # Enable Xvnc inetd service: inetadm -e xvnc-inetd Connect from another machine with: vncviewer hostname:0 Thanks --Ava Paul wrote: > Hi All, > > We are working for the infrastructure setup for desktop testing. Now I'd > like to collect the feedback about remote testing requirement for > desktop testing. You know, the testing community in OpenSolaris > community has provided some hardwares and one program called "Test > Farm", then it can let community user leverage Sun's hardware for > Solaris kernel/driver development and testing. For desktop testing, > because all of our applications are GUI, the requirement is a little > different from that. So I'd like to get your feedback if we need to do > something like this way. If I can get enough positive feedback about it, > I can discuss with team about how to setup it. > > The questions can be like this: > 1. Do you think it is necessary to provide community user hardwares for > desktop application remote testing? > 2. If yes, could you please list some reasons? > > I'd like to set time limit from Aug. 26 to Sep. 1. Please give me your > feedback. > > Thanks, > Paul. > _______________________________________________ > desktop-testing mailing list > desktop-testing at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/desktop-testing > From Conny.Cheng at Sun.COM Tue Sep 2 23:12:33 2008 From: Conny.Cheng at Sun.COM (Qinghua Cheng) Date: Wed, 03 Sep 2008 14:12:33 +0800 Subject: [desktop-testing] collect feedback about remote testing requirement for desktop testing In-Reply-To: <48B41C5E.30509@sun.com> References: <48B41C5E.30509@sun.com> Message-ID: <48BE2AD1.7010306@sun.com> We could provide one or two machines for the users to do remote testing. And we also should recommend users to install a local system for those hardware dependent desktop applications, remote testing may decrease the usability and performance for those applications. Paul wrote: > Hi All, > > We are working for the infrastructure setup for desktop testing. Now I'd > like to collect the feedback about remote testing requirement for > desktop testing. You know, the testing community in OpenSolaris > community has provided some hardwares and one program called "Test > Farm", then it can let community user leverage Sun's hardware for > Solaris kernel/driver development and testing. For desktop testing, > because all of our applications are GUI, the requirement is a little > different from that. So I'd like to get your feedback if we need to do > something like this way. If I can get enough positive feedback about it, > I can discuss with team about how to setup it. > > The questions can be like this: > 1. Do you think it is necessary to provide community user hardwares for > desktop application remote testing? > 2. If yes, could you please list some reasons? > > I'd like to set time limit from Aug. 26 to Sep. 1. Please give me your > feedback. > > Thanks, > Paul. > _______________________________________________ > desktop-testing mailing list > desktop-testing at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/desktop-testing > From Emily.Chen at Sun.COM Tue Sep 2 23:43:41 2008 From: Emily.Chen at Sun.COM (Emily Chen) Date: Wed, 03 Sep 2008 14:43:41 +0800 Subject: [desktop-testing] collect feedback about remote testing requirement for desktop testing In-Reply-To: <48BE0882.6090107@sun.com> References: <48B41C5E.30509@sun.com> <48BE0882.6090107@sun.com> Message-ID: <48BE321D.9010800@sun.com> An HTML attachment was scrubbed... URL: From Tim.Miao at Sun.COM Wed Sep 3 01:38:34 2008 From: Tim.Miao at Sun.COM (Tao, Miao) Date: Wed, 03 Sep 2008 16:38:34 +0800 Subject: [desktop-testing] collect feedback about remote testing requirement for desktop testing In-Reply-To: <48BE0882.6090107@sun.com> References: <48B41C5E.30509@sun.com> <48BE0882.6090107@sun.com> Message-ID: <1220431114.11568.16.camel@volleyball> Hi Ava, This looks a good solution. I just have two questions about this: 1. To login with same id, will this invoke conflicts on each user's profile? Lots of applications has their own profiles when the application is running, and will read/write data to its profile, this might be a problem. 2. Could community users have the privilege adding a new account on test machines? If they could, this can resolve the problem in #1. -Tim On Wed, 2008-09-03 at 11:46 +0800, Ava Zhang wrote: > Paul, > > If the testing machine can be accessed out of SWAN, multi-testers can > use Xvnc to login the machine at the same time and test most of GUI > programs. > This is the way we are using in our lab for multi-users login and testing. > > It is very easy to setup Xvnc: > > # Warning: restart will kill all current dtlogin sessions! > svccfg -s cde-login setprop 'dtlogin/args=""' > svcadm restart cde-login > # Add xvnc service to /etc/services if it isn't already (CR 6614889) > printf "vnc-server\t5900/tcp\t\t\t# VNC Server\n" >> /etc/services > # Enable Xvnc inetd service: > inetadm -e xvnc-inetd > > Connect from another machine with: > vncviewer hostname:0 > > > > Thanks > --Ava > > Paul wrote: > > Hi All, > > > > We are working for the infrastructure setup for desktop testing. Now I'd > > like to collect the feedback about remote testing requirement for > > desktop testing. You know, the testing community in OpenSolaris > > community has provided some hardwares and one program called "Test > > Farm", then it can let community user leverage Sun's hardware for > > Solaris kernel/driver development and testing. For desktop testing, > > because all of our applications are GUI, the requirement is a little > > different from that. So I'd like to get your feedback if we need to do > > something like this way. If I can get enough positive feedback about it, > > I can discuss with team about how to setup it. > > > > The questions can be like this: > > 1. Do you think it is necessary to provide community user hardwares for > > desktop application remote testing? > > 2. If yes, could you please list some reasons? > > > > I'd like to set time limit from Aug. 26 to Sep. 1. Please give me your > > feedback. > > > > Thanks, > > Paul. > > _______________________________________________ > > desktop-testing mailing list > > desktop-testing at opensolaris.org > > http://mail.opensolaris.org/mailman/listinfo/desktop-testing > > > > _______________________________________________ > desktop-testing mailing list > desktop-testing at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/desktop-testing From Ava.Zhang at Sun.COM Wed Sep 3 05:15:46 2008 From: Ava.Zhang at Sun.COM (Ava Zhang) Date: Wed, 03 Sep 2008 20:15:46 +0800 Subject: [desktop-testing] [desktop-discuss] collect feedback about remote testing requirement for desktop testing In-Reply-To: <1220431114.11568.16.camel@volleyball> References: <48B41C5E.30509@sun.com> <48BE0882.6090107@sun.com> <1220431114.11568.16.camel@volleyball> Message-ID: <48BE7FF2.3070909@sun.com> Tao, Miao wrote: > Hi Ava, > > This looks a good solution. I just have two questions about this: > > 1. To login with same id, will this invoke conflicts on each user's > profile? Lots of applications has their own profiles when the > application is running, and will read/write data to its profile, this > might be a problem. > Some applications can control conflict by themselves. For example, user1 login via 'work' and starts up firefox, then user2 do the same thing, firefox will tell user2 that firefox is running and doesn't allow user2 to launch it. > 2. Could community users have the privilege adding a new account on test > machines? If they could, this can resolve the problem in #1. > ASAIK , only root can add user. Any idea to solve this problem? Thanks --Ava > -Tim > On Wed, 2008-09-03 at 11:46 +0800, Ava Zhang wrote: > >> Paul, >> >> If the testing machine can be accessed out of SWAN, multi-testers can >> use Xvnc to login the machine at the same time and test most of GUI >> programs. >> This is the way we are using in our lab for multi-users login and testing. >> >> It is very easy to setup Xvnc: >> >> # Warning: restart will kill all current dtlogin sessions! >> svccfg -s cde-login setprop 'dtlogin/args=""' >> svcadm restart cde-login >> # Add xvnc service to /etc/services if it isn't already (CR 6614889) >> printf "vnc-server\t5900/tcp\t\t\t# VNC Server\n" >> /etc/services >> # Enable Xvnc inetd service: >> inetadm -e xvnc-inetd >> >> Connect from another machine with: >> vncviewer hostname:0 >> >> >> >> Thanks >> --Ava >> >> Paul wrote: >> >>> Hi All, >>> >>> We are working for the infrastructure setup for desktop testing. Now I'd >>> like to collect the feedback about remote testing requirement for >>> desktop testing. You know, the testing community in OpenSolaris >>> community has provided some hardwares and one program called "Test >>> Farm", then it can let community user leverage Sun's hardware for >>> Solaris kernel/driver development and testing. For desktop testing, >>> because all of our applications are GUI, the requirement is a little >>> different from that. So I'd like to get your feedback if we need to do >>> something like this way. If I can get enough positive feedback about it, >>> I can discuss with team about how to setup it. >>> >>> The questions can be like this: >>> 1. Do you think it is necessary to provide community user hardwares for >>> desktop application remote testing? >>> 2. If yes, could you please list some reasons? >>> >>> I'd like to set time limit from Aug. 26 to Sep. 1. Please give me your >>> feedback. >>> >>> Thanks, >>> Paul. >>> _______________________________________________ >>> desktop-testing mailing list >>> desktop-testing at opensolaris.org >>> http://mail.opensolaris.org/mailman/listinfo/desktop-testing >>> >>> >> _______________________________________________ >> desktop-testing mailing list >> desktop-testing at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/desktop-testing >> > > _______________________________________________ > desktop-discuss mailing list > desktop-discuss at opensolaris.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Vicky.Sun at Sun.COM Wed Sep 3 20:41:49 2008 From: Vicky.Sun at Sun.COM (Vicky Sun) Date: Thu, 04 Sep 2008 11:41:49 +0800 Subject: [desktop-testing] collect feedback about remote testing requirement for desktop testing In-Reply-To: <48B41C5E.30509@sun.com> References: <48B41C5E.30509@sun.com> Message-ID: <48BF58FD.4090709@sun.com> Hi Paul, It sounds great! There are many advantages, 1) We can test anything come to our mind anytime even we are out of office. 2) Leverage more resource to help on the test. 3) Extend the influence of our product. To achieve a successful remote testing, we need consider the carefully about all the aspects related to the test system performance, which will affect the test result and impression given to community users. Thanks Vicky Paul wrote: > Hi All, > > We are working for the infrastructure setup for desktop testing. Now I'd > like to collect the feedback about remote testing requirement for > desktop testing. You know, the testing community in OpenSolaris > community has provided some hardwares and one program called "Test > Farm", then it can let community user leverage Sun's hardware for > Solaris kernel/driver development and testing. For desktop testing, > because all of our applications are GUI, the requirement is a little > different from that. So I'd like to get your feedback if we need to do > something like this way. If I can get enough positive feedback about it, > I can discuss with team about how to setup it. > > The questions can be like this: > 1. Do you think it is necessary to provide community user hardwares for > desktop application remote testing? > 2. If yes, could you please list some reasons? > > I'd like to set time limit from Aug. 26 to Sep. 1. Please give me your > feedback. > > Thanks, > Paul. > _______________________________________________ > desktop-testing mailing list > desktop-testing at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/desktop-testing > From Patrick.Gu at Sun.COM Fri Sep 12 04:05:42 2008 From: Patrick.Gu at Sun.COM (Patrick Gu) Date: Fri, 12 Sep 2008 19:05:42 +0800 Subject: [desktop-testing] Desktop Vermillion 98 consolidated report Message-ID: <48CA4D06.2090508@sun.com> Vermillion 98 consolidated report (There are some of internal links before we move all of documents to http://www.opensolaris.org/os/community/desktop/testing/) QA team completed testing for: JDS Vermillion 98/98b build. Result is *Go** for integration* After talk with Paul and Bob, we decide give this build Go. Although there are several potential P1 stopper bugs, 4 of them are fav in build99 (we need verify them in next build before integration) and rest 2 are not delivered by our package. # RM RE CAT/SUBCAT P ID STA AGE SYNOPSIS 1 leo.binchy alan.coopersmit gnome/gtk+ 1 6717703 dis 10W Core dump at gdk_x_error() 2 leo.binchy darren.kenny gnome/sysadmin 1 6744106 fav 1D [nwam] Manual configuration of networks not possible after switching from 'automatic' mode 3 leo.binchy darren.kenny gnome/sysadmin 1 6744112 fav 1D [network-admin] Automatic network configuration not re-enabled after switching from 'manual' mode. 4 leo.binchy darren.kenny gnome/sysadmin 1 6744175 fav 1D [nwam] Valid WEP key for secure wireless networks not accepted. 5 harry.lu jeff.cai evolution/mailer 1 6741481 fav 9D [vermillion] sending mail to local user in evoluton fails to display mail 6 fred.thornborro mahmood.ali gnome/screensave 1 6736157 acc 3W [A11Y]Security problem when desktop a11y support is turned on. *1. Test plan summary (from build 93 -- build 97):* *Projects* *Sub Total (Case Number)* *Verm_93* *Verm_94* *Verm_95* *Verm_96* *Verm_97* *GNOME* *812* Part15: Metacity(78) Part16: Gedit*(79) Part 14: Network(72) Part8: Command-line-app Geyes, GIMP (33) Part9: Run-program, Weath-app, Gconf-Editor(36) Part10: Archive-Manager(35) Part1: Media-test(41) Part4: Terminal (57) Part11: Nautilus(119) Part5: Glade, Launchers-List-App(50) Part7: About-Gnome, Calculator Character-map, Character-Palette-Applet(46) Part2: Windowlist-Applet, Workspace-switcher-app , Network-mon-app(40) Part3: Stickynotes-applet, Stockticker, Screenshot(40) Part6: Notification-Area-Applet, Session-Properties, Window-selector-app(45) Part12: Gnome-Panel(41) *Evolution* *92* Part-1 (44) Part-2 (48) *Firefox* *284* BTF-4 (42) BFT-6 (42) BFT-5(43) BFT-1 (42) BFT-2 (39) BFT-3 (43) Smoke (35) *Lightning* *100* FFT(36) FFT (36) Smoke (14) Smoke (14) *Thunderbird* *114* BFT-1(20) BFT-2 (20) BFT-3 (20) BFT-4 (24) Smoke (30) *Accessbility* *379* Part-1 (70) Speech & KeyNav Smoke(8) Smoke (8) Part-1 (70) Gok & Theme Part-1 (35) Full Screen Mag Part-2(36) Full Screen Mag Part-2 (72) Gok & Theme Part-2 (72) Speech & KeyNav Smoke (8) *Multimedia* *111* Realplayer smoke(9) Rhythmbox Full(22) Totem (17) Sound Juicer (8) Sound recorder (17) Removable media (14) Gnome Volume control (24) *Pidgin* *91* FFT(41) FFT (41) Smoke (9) *Compiz* *119* FFT Intel(33) FFT ATI (33) FFT Nvidia (33) Smoke Intel(10) Smoke ATI (10) *SSA* *130* Part-1(30) Part-2 (35) Part-2 (35) Part-1 (30) *Gamin* *76* FFT(38) FFT (38) *Ekiga* *83* FFT-1(23) FFT-2 (24) FFT-3(36) *Vino* *144* FFT (72) FFT (72) *Gdesklet* *18* FFT (18) *Desktop Notification* *8* FFT (8) *GNOME Power Manager* *26* FFT (26) *Gthumb* *9* Smoke (9) *Sub Total (case number)* *2598* 567 611 741 532 147 *Percentage* 100.00% 21.82% 23.51% 28.52% 20.47% 5.65% *2. Test cases completion(from build 93 -- build 97):* To build 93 completion: 21% To build 94 completion: 40.9% To build 95 completion: 63.7% To build 96 completion: 80.6% To build 97 completion: 98.5% Our test plan is about testings from build 93 -- build 97 and we already completed them so for build 98, we just run sanity testing for sunray, a11y, perf. and bug verification. The test completion is not changed from last build: Total vermillion test completion rate so far (executed test cases/ planned test cases): 2560/ 2598 = 98.5% Total pass ratio: (452+404+461+430+357) /2598= 82.4% *3. Vermillion 98 report details:* Please see detail about test work from Aptest: * Summary report from Aptest Performance check results on vermillion 98: *Test items* *x86 (Ultra40)* *Sparc (Ultra45)* Log in to Desktop 8 sec 20 sec (6725498) Invoke default Mailer (Evolution) 2 sec 3 sec Invoke default Calendar Manager (Evolution) 2 sec 3 sec Invoke default Browser (Firefox) 3 sec 4 sec Invoke default Help Browser (Yelp) 3 sec 3.5 sec Invoke default File Manager (Nautilus) 1 sec 1.5 sec Invoke Staroffice 2 sec 7.5 sec Select directory of very large no. of files (>1000) in File Manager 3 sec 6 sec Invoke default Terminal Window 0.5 sec 0.5 sec Move a Terminal Window < 0.3 sec < 0.3 sec Switch workspace 0.5 sec 0.5 sec Resize a Terminal Window < 0.3 sec < 0.3 sec Iconize Mailer 0.5 sec 0.5 sec Iconize Calendar Manager 0.5 sec 0.5 sec Iconize File Manager 0.5 sec 0.5 sec Iconize Browser 0.5 sec 0.5 sec Restore Mailer 0.5 sec 0.5 sec Restore File Manager 0.5 sec 0.5 sec Restore Browser 0.5 sec 0.5 sec Invoke screenlock utility, exit screen lock 1.5 sec 1.5 sec Log out to Desktop log in screen 4 sec 6.5 sec *4. Bug status:(Red means potential STOPPER)* * New bugs in build 98 # P RESP MGR RESP ENG CAT_SUBCAT ID AGE STA SYNOPSIS 1 1 brian.lu ginn.chen firefox/browser 6741436 6D fav [vermillion] firefox and yelp core on launch 2 1 harry.lu jeff.cai evolution/maile 6741481 6D fav [vermillion] sending mail to local user in evoluton fails to display mail 3 1 leo.binchy ghee.teo gnome/session 6741506 6D fde [vermillion] selecting desktop icon computer or network reports error 4 2 harry.lu jeff.cai evolution/maile 6741466 6D fav [vermillion] filters do not function in evolution, cannot read mail 5 2 harry.lu jeff.cai evolution/maile 6742853 4D acc Evolution hangs when you use evolution first time and setup local user first time. 6 2 harry.lu william.walker gnome/accessibi 6741969 5D fav [vermillion] orca fails to start on sparc 7 2 leo.binchy ghee.teo gnome/session 6741523 6D fav [vermillion] nautilus does not auto restart after it has been killed 8 2 leo.binchy jim.li gnome/applicati 6743402 1D dis When choosing "properties" in "User & Groups", the "User & Groups" will crash. 9 2 leo.binchy matt.keenan gnome/applets 6741535 6D fav [vermillion] cannot add keyboard accessibility status applet to panel 10 2 leo.binchy stephen.browne gnome/trusted-e 6743485 0 dis [tjds] device manager, confirmation pop up dialog is presented behind main window 11 2 leo.binchy stephen.browne gnome/trusted-e 6743498 0 dis [tjds] several applets fail to start on logging into SL session 12 3 harry.lu li.yuan evolution/maile 6741918 5D acc [vermillion] evolution cores on adding LDAP address book 13 3 leo.binchy - gnome/applicati 6742861 4D dis Clock on the panel can't update after adjusting the time in "Time and Date Settings" window. 14 3 leo.binchy - gnome/window-ma 6742907 4D dis When compiz is turned off/on, all applications windows in different workspaces end up on workspace 1 * Total bugs related with Vermillion (remove fixed available and other team's bug): # RM RE CAT/SUBCAT P ID STA AGE SYNOPSIS 1 leo.binchy darren.kenny gnome/applicatio 2 6724825 def 8W [vermillion] evince 2.23.x: Can not open PS file 2 leo.binchy darren.kenny gnome/preference 2 6738049 ckn 17D [vermillion]] gnome-sound-properties is missing. 3 leo.binchy ghee.teo gnome/session 2 6744240 acc 1D [vermillion] login hangs after 5 quick consecutive logins 4 leo.binchy stephen.browne gnome/trusted-ex 2 6743485 dis 3D [tjds] device manager, confirmation pop up dialog is presented behind main window 5 leo.binchy stephen.browne gnome/trusted-ex 2 6743498 dis 3D [tjds] several applets fail to start on logging into SL session 6 leo.binchy - gnome/applicatio 2 6745071 dis 0 gnome-system-log core dump when launching as root in the zh_CN.EUC locale 7 leo.binchy - gnome/sysadmin 2 6743088 dis 6D Disconnecting wired network cable not indicated by nwam onscreen message. *5.Back plan for bug number:* Verm_93 Verm_94 Verm_95 Verm_96 Verm_97 Verm_98 and On <6 P1s <30P2s <6 P1s <25 P2s <6 P1s <15 P2s <3 P1s <10 P2s <0 P1 <5 P2s <0 P1 <5 P2s There are 43 bugs. FAV are 4P1s, 16P2s *6. Hardware* * X86: U40, U20 * Sparc: U45, Blade100 * SunRay Server AMD64/Blade2500, SunRay Client (170, 2FS) *7. Issues:* Build 98 sanity test is NoGo and we got respin build. This is because 27 bug fixes go into build 98 and 40 modules are updated in build 98 (gnome 2.24 beta1). *Build* *Test Planned* *Testing Completed* *Bugs Fixed* *Bugs Filed* *Stoppers* *Go/NoGo Result* /jds_vermillion_94/ Done 2008-07-11 7 36 3 NoGo /jds_vermillion_95/ Done 2008-07-25 9 43 3 NoGo /jds_vermillion_96/ Done 2008-08-08 7 21 6 NoGo /jds_vermillion_97/ Done 2008-08-22 35 39 5 NoGo /jds_vermillion_98/ Done 2008-09-05 46 17 0 Go Fixed bug number goes up. In build 99, there are a lot of bug fixes which will go into build 99 and 70 modules version will be updated in build 99 (gnome 2.24 beta 2). It's not easy to control quality if there are too many changes. *8. References:* * Aptest: http://aptest.ireland/atm/ (guest:guest) * TCC: http://gnome.ireland.sun.com/cgi-bin/atmtcc/tcc.cgi * Test plan: http://jdsbj.prc/reqe/testplan/vermillion/gnome224-testplan-1.html * This document: http://jdsbj.prc/reqe/testreport/vermillion/vermillion98.html -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Object1 Type: image/gif Size: 3134 bytes Desc: not available URL: From Ava.Zhang at Sun.COM Mon Sep 15 19:58:31 2008 From: Ava.Zhang at Sun.COM (Ava Zhang) Date: Tue, 16 Sep 2008 10:58:31 +0800 Subject: [desktop-testing] Ubuntu Parity test report on Verm98 Message-ID: <48CF20D7.6020205@sun.com> Ubuntu Parity Verm98 report (There are some of internal links before we move all of documents to http://www.opensolaris.org/os/community/desktop/testing/) *1. Test completion:* * Totally 34 packages in QA's test plan: (bold projects are full test) avant-window-navigator,*bluefish*,*brasero*,cheese,contact-lookup-applet,dialog,dmz-cursor-theme,findutils,gimp-hdr, gkrellm,gnome-commander,*gnome-nettool*,gobby,goffice,gqview,graphviz,groff-base,gtkspell,irssi, libtasn1,libxmlpp,ncurses-bin,net6,o3read,*openproj*,python-notify,slocate,songbird,terminator, *transmission*,tsclient,wodim,xchat,*xsane* * We completed 18 packages: o Verm96: 9 packages contact-lookup-appflet ,gimp-hdr ,gqview ,libtasn1 ,o3read ,python-notify ,tsclient ,xchat ,*xsane * o Verm97: 9 packages avant-window-navigator ,*bluefish* ,dialog ,dmz-cursor-theme ,goffice ,gtkspell ,songbird ,terminator ,*transmission* o Verm98: 3 packages findutils, graphviz, irssi * Will be tested in next build (Verm99): 10 packages ncurses-bin - Ava Zhang groff-base - Patrick Gu gnome-nettool - Conny Cheng -- *Full Test* gobby - Patrick Gu slocate - Patrick Gu openproj - Tony Yuan -- *Full Test* gnome-commander - Patrick Gu libxmlpp - Ava Zhang net6 - Ava Zhang cdrtools -* New package* *2. Vermillion 97 report details:* Please see detail about test work from Aptest (user/password: guest/guest): * findutils-Verm98-[x86 & sparc]:Go o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00077&set=New-Projects/findutils o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00077&set=New-Projects/findutils * graphviz-Verm98-[x86 & sparc]:Go o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00075&set=New-Projects/Graphviz_Smoke_Test * irssi-Verm98-[x86 & sparc]:Go o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00076&set=New-Projects/Irssi 3. *Bug status:* * New bugs filed in this build: 6744069 dis 2D [graphviz]The icon of graphviz could not be shown in dotty. 6744072 dis 2D [Graphviz]It could not print the .dot file into .ps file. * All bugs: For people external to Sun: http://bugs.opensolaris.org/search.do;jsessionid=69167284bf4f2ffffffffdb8dea0237354c8?process=1&type=&sortBy=relevance&bugStatus=&perPage=10&bugId=&keyword=ubuntuparity&textSearch=&category=&subcategory=&since= # RM RE CAT/SUBCAT P ID STA AGE SYNOPSIS 1 leo.binchy simon.zheng gnome/applicatio 2 6728809 fde 6W [xsane] Core dumped when you scanned a photo and saved as a TIFF file. 2 leo.binchy jedy.wang gnome/applicatio 4 6729261 acc 6W [python-notify] Words truncated in python-notify area. 3 leo.binchy halton.huo gnome/applicatio 2 6733133 fde 4W [tsclient] Save setting crashes tsclient 4 leo.binchy simon.zheng gnome/applicatio 3 6734147 clo 4W [xsane] Image shown blurry after saving as pdf file in xsane. 5 leo.binchy simon.zheng gnome/applicatio 3 6734157 clo 4W [xsane]*.png file shown the black background after saving in xsane. 6 leo.binchy simon.zheng gnome/applicatio 3 6734173 acc 4W [xsane]Couldn't print two copies for each scanned image continously. 7 leo.binchy simon.zheng gnome/applicatio 3 6734183 acc 4W [xsane]xsane hung when changing ADF-pages value to scanning. 8 leo.binchy simon.zheng gnome/applicatio 3 6734199 acc 4W [xsane]Couldn't send the scanned pircure to your E-mail account in xsane. 9 leo.binchy simon.zheng gnome/applicatio 4 6734685 acc 4W [xsane]The viewer window shown abnormal after changing the frequency in xsane. 10 leo.binchy simon.zheng gnome/applicatio 3 6734690 clo 4W [xsane]Warning saying "no device available" pops up when you launch xsane twice. 11 fred.thornborro - xserver/xsun-ser 3 6734732 clo 4W [dmz-cursor-theme] Cursor's behavior does not apply instantly on sparc 12 leo.binchy chris.wang gnome/applicatio 3 6734746 fde 4W [gqview] failing hanging when launched with "-r" (remote) command line option. 13 leo.binchy ghee.teo gnome/applicatio 3 6738009 inc 18D [dmz-cursor-theme]There is one error when changing between DMZ Black and DMZ White 14 leo.binchy alfred.peng gnome/applicatio 3 6738520 acc 17D [bluefish] Open Advanced feature causes bluefish hang 15 leo.binchy alfred.peng gnome/applicatio 3 6739024 fav 16D [bluefish]"View in browser" in the toolbar does not work 16 leo.binchy - gnome/applicatio 3 6739031 acc 16D [dialog] Date of Calendar cannot be chosen 17 leo.binchy - gnome/applicatio 3 6739032 acc 16D [dialog] Items of Checklist cannot be selected backward by "-" 18 leo.binchy - gnome/file-manag 2 6739063 inc 15D [gnome-commander] Vermillion - It takes too much time to start up. 19 leo.binchy hua.zhang gnome/applicatio 3 6739586 acc 15D [avant-window-navigator] awn-manager cores when close it on AWN 20 leo.binchy - gnome/applicatio 3 6739671 acc 15D [terminator]Layout of several terminals is not preserved when size of Terminator is adjusted 21 leo.binchy - gnome/applicatio 3 6739672 acc 15D [terminator]Changes made by "Zoom/Unzoom" functions are untraceable 22 leo.binchy - gnome/applicatio 3 6739674 acc 15D [terminator]Error message shows in terminal when Terminator is started 23 leo.binchy chris.wang gnome/applicatio 3 6742343 dis 8D [A11Y][gimp-hdr]The Labeled_By/Label_For relationship is missing. 24 leo.binchy chris.wang gnome/applicatio 3 6742351 dis 8D [Keyboard][gqview]User can not change the layout with keyboard navigation. 25 leo.binchy chris.wang gnome/applicatio 3 6742364 acc 8D [keyboard][gqview]File types table is not accessible to orca speech. 26 leo.binchy chris.wang gnome/applicatio 3 6742410 acc 7D [Reader][gqview]Can not tab focus out of text entry. 27 leo.binchy chris.wang gnome/applicatio 3 6742834 acc 7D [Reader][gqview]Image properties is not accessible to orca speech. 28 leo.binchy jim.li gnome/applicatio 2 6743623 acc 2D [a11y][openproj]openproj is not accessible. 29 leo.binchy dermot.mccluske gnome/applicatio 3 6744069 dis 2D [graphviz]The icon of graphviz could not be shown in dotty. 30 leo.binchy dermot.mccluske gnome/applicatio 3 6744072 dis 2D [Graphviz]It could not print the .dot file into .ps file. 31 leo.binchy - gnome/applicatio 2 6744099 clo 1D [espeak] espeak fails to speak 4. *Issuess:* * Canceled: http://animal.ireland/opensource/canceled_packages/ * Postponed: http://animal.ireland/opensource/postponed_packages/ * Cancel - wodim, filezilla * Integration Delay - gobby, libxmlpp, net6, slocate Will test it in Verm99. * Testing Postpone -- openproj No QA resouce in Verm98. Will test it in Verm99. * New -- cdrtools Targets Verm99. * Removed from QA's testing list - espeak Because it is an external package Thanks --Ava -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Object1 Type: image/gif Size: 3156 bytes Desc: not available URL: From Ava.Zhang at Sun.COM Fri Sep 19 02:41:28 2008 From: Ava.Zhang at Sun.COM (Ava Zhang) Date: Fri, 19 Sep 2008 17:41:28 +0800 Subject: [desktop-testing] Ubuntu Parity test report on JDS_Nevada99 Message-ID: <48D373C8.8030606@sun.com> Ubuntu Parity JDS_Nevada99 report (For people external to Sun: There are some of internal links before we move all of documents to http://www.opensolaris.org/os/community/desktop/testing/) *1. Test completion:* * *Totally 30 packages in QA's test plan: (bold projects are full test)* avant-window-navigator,*bluefish*,*brasero*,cheese,contact-lookup-applet,dialog,dmz-cursor-theme,findutils,gimp-hdr, gnome-commander,*gnome-nettool*,gobby,goffice,gqview,graphviz,groff-base,gtkspell,irssi, libtasn1,ncurses-bin,o3read,*openproj*,python-notify,slocate,songbird,terminator, *transmission*,tsclient,xchat,*xsane* * *We completed 25 packages:* o Verm96: 9 packages contact-lookup-appflet ,gimp-hdr ,gqview ,libtasn1 ,o3read ,python-notify ,tsclient ,xchat ,*xsane * o Verm97: 9 packages avant-window-navigator ,*bluefish* ,dialog ,dmz-cursor-theme ,goffice ,gtkspell ,songbird ,terminator ,*transmission* o Verm98: 3 packages findutils, graphviz, irssi o JDS_Nevada99: 4 packages ncurses-bin, groff-base, *openproj*, gnome-commander * *Will be tested in next build (JDS_Nevada100): 5 packages* gnome-nettool - Conny Cheng -- *Full Test* gobby - Patrick Gu slocate - Patrick Gu brasero - Ava Zhang -- *Full Test* cheese - Tony Yuan *2. JDS_Nevada99 report details:* Please see detail about test work from Aptest (user/password: guest/guest): * ncurses-bin-JDS_Nevada99-[x86 & sparc]:Go o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00080&set=New-Projects/ncurses-bin * groff-base-JDS_Nevada99-[x86 & sparc]:Go o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00083&set= * gnome-commander-JDS_Nevada99-[x86 & sparc]:Go o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00083&set= * openproj-JDS_Nevada99-[x86 & sparc] full test:Go o http://aptest.ireland/atm/run/sessionSummary.mpl?suite=Indiana&sessNum=00079&set=New-Projects/openproj#tc_3 *3. Bug status:* For people external to Sun: http://bugs.opensolaris.org/search.do;jsessionid=69167284bf4f2ffffffffdb8dea0237354c8?process=1&type=&sortBy=relevance&bugStatus=&perPage=10&bugId=&keyword=ubuntuparity&textSearch=&category=&subcategory=&since= * New bugs filed in this build: 32 leo.binchy lin.ma gnome/applicatio 3 6748717 acc 3D [brasero] 'DEBUG: open ERR: Permission denied' message in terminal 33 leo.binchy - gnome/applicatio 3 6749230 dis 2D [openproj] Finish date is one day ahead of your selecting in caleddar box 34 leo.binchy - gnome/applicatio 3 6749234 clo 2D [openproj] Can't add Resource Names 35 leo.binchy - gnome/applicatio 3 6749235 dis 2D [openproj] Can't use customer's calendar 36 leo.binchy - gnome/applicatio 3 6749728 dis 1D [brasero] eject function doesn't work 37 leo.binchy lin.ma gnome/applicatio 4 6749755 dis 1D [brasero] Lack of icon in Burning window 38 leo.binchy lin.ma gnome/applicatio 3 6749788 dis 1D [brasero] Pop up 'Operation not supported' error when clicking 'Burn Image' 39 leo.binchy lin.ma gnome/applicatio 3 6750265 clo 0 [brasero] eject error when Disk Copy * All bugs: # RM RE CAT/SUBCAT P ID STA AGE SYNOPSIS 1 leo.binchy simon.zheng gnome/applicatio 2 6728809 fde 8W [xsane] Core dumped when you scanned a photo and saved as a TIFF file. 2 leo.binchy jedy.wang gnome/applicatio 4 6729261 acc 8W [python-notify] Words truncated in python-notify area. 3 leo.binchy halton.huo gnome/applicatio 2 6733133 fde 6W [tsclient] Save setting crashes tsclient 4 leo.binchy simon.zheng gnome/applicatio 3 6734147 clo 6W [xsane] Image shown blurry after saving as pdf file in xsane. 5 leo.binchy simon.zheng gnome/applicatio 3 6734157 clo 6W [xsane]*.png file shown the black background after saving in xsane. 6 leo.binchy simon.zheng gnome/applicatio 3 6734173 acc 6W [xsane]Couldn't print two copies for each scanned image continously. 7 leo.binchy simon.zheng gnome/applicatio 3 6734183 acc 6W [xsane]xsane hung when changing ADF-pages value to scanning. 8 leo.binchy simon.zheng gnome/applicatio 3 6734199 acc 6W [xsane]Couldn't send the scanned pircure to your E-mail account in xsane. 9 leo.binchy simon.zheng gnome/applicatio 4 6734685 acc 6W [xsane]The viewer window shown abnormal after changing the frequency in xsane. 10 leo.binchy simon.zheng gnome/applicatio 3 6734690 clo 6W [xsane]Warning saying "no device available" pops up when you launch xsane twice. 11 fred.thornborro - xserver/xsun-ser 3 6734732 clo 6W [dmz-cursor-theme] Cursor's behavior does not apply instantly on sparc 12 leo.binchy chris.wang gnome/applicatio 3 6734746 fde 6W [gqview] failing hanging when launched with "-r" (remote) command line option. 13 leo.binchy ghee.teo gnome/applicatio 3 6738009 clo 4W [dmz-cursor-theme]There is one error when changing between DMZ Black and DMZ White 14 leo.binchy alfred.peng gnome/applicatio 3 6738520 fav 4W [bluefish] Open Advanced feature causes bluefish hang 15 leo.binchy alfred.peng gnome/applicatio 3 6739024 fav 4W [bluefish]"View in browser" in the toolbar does not work 16 leo.binchy - gnome/applicatio 3 6739031 acc 4W [dialog] Date of Calendar cannot be chosen 17 leo.binchy - gnome/applicatio 3 6739032 acc 4W [dialog] Items of Checklist cannot be selected backward by "-" 18 leo.binchy - gnome/file-manag 2 6739063 inc 4W [gnome-commander] Vermillion - It takes too much time to start up. 19 leo.binchy hua.zhang gnome/applicatio 3 6739586 acc 4W [avant-window-navigator] awn-manager cores when close it on AWN 20 leo.binchy - gnome/applicatio 3 6739671 acc 4W [terminator]Layout of several terminals is not preserved when size of Terminator is adjusted 21 leo.binchy - gnome/applicatio 3 6739672 acc 4W [terminator]Changes made by "Zoom/Unzoom" functions are untraceable 22 leo.binchy - gnome/applicatio 3 6739674 acc 4W [terminator]Error message shows in terminal when Terminator is started 23 leo.binchy chris.wang gnome/applicatio 3 6742343 dis 3W [A11Y][gimp-hdr]The Labeled_By/Label_For relationship is missing. 24 leo.binchy chris.wang gnome/applicatio 3 6742351 dis 3W [Keyboard][gqview]User can not change the layout with keyboard navigation. 25 leo.binchy chris.wang gnome/applicatio 3 6742364 acc 3W [keyboard][gqview]File types table is not accessible to orca speech. 26 leo.binchy chris.wang gnome/applicatio 3 6742410 acc 21D [Reader][gqview]Can not tab focus out of text entry. 27 leo.binchy chris.wang gnome/applicatio 3 6742834 acc 21D [Reader][gqview]Image properties is not accessible to orca speech. 28 leo.binchy jim.li gnome/applicatio 2 6743623 acc 17D [a11y][openproj]openproj is not accessible. 29 leo.binchy dermot.mccluske gnome/applicatio 3 6744069 dis 16D [graphviz]The icon of graphviz could not be shown in dotty. 30 leo.binchy dermot.mccluske gnome/applicatio 3 6744072 inc 16D [Graphviz]It could not print the .dot file into .ps file. 31 leo.binchy - gnome/applicatio 2 6744099 clo 16D [espeak] espeak fails to speak 32 leo.binchy lin.ma gnome/applicatio 3 6748717 acc 3D [brasero] 'DEBUG: open ERR: Permission denied' message in terminal 33 leo.binchy - gnome/applicatio 3 6749230 dis 2D [openproj] Finish date is one day ahead of your selecting in caleddar box 34 leo.binchy - gnome/applicatio 3 6749234 clo 2D [openproj] Can't add Resource Names 35 leo.binchy - gnome/applicatio 3 6749235 dis 2D [openproj] Can't use customer's calendar 36 leo.binchy - gnome/applicatio 3 6749728 dis 1D [brasero] eject function doesn't work 37 leo.binchy lin.ma gnome/applicatio 4 6749755 dis 1D [brasero] Lack of icon in Burning window 38 leo.binchy lin.ma gnome/applicatio 3 6749788 dis 1D [brasero] Pop up 'Operation not supported' error when clicking 'Burn Image' 39 leo.binchy lin.ma gnome/applicatio 3 6750265 clo 0 [brasero] eject error when Disk Copy *4. Issues:* * Canceled: http://animal.ireland/opensource/canceled_packages/ * Postponed: http://animal.ireland/opensource/postponed_packages/ * Canceled in QA's test list - libxmlpp, net6, cdrtools, gkrellm Thanks --Ava -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Object1 Type: image/gif Size: 3171 bytes Desc: not available URL: