Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358373 - [FEATURES=test] www-client/chromium-10.0.648.127 fails tests
Summary: [FEATURES=test] www-client/chromium-10.0.648.127 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 11:01 UTC by Hans de Graaff
Modified: 2011-03-18 12:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,14.67 KB, text/plain)
2011-03-11 11:01 UTC, Hans de Graaff
Details
build.log.bz2 (build.log.bz2,235.71 KB, application/octet-stream)
2011-03-11 12:21 UTC, Hans de Graaff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans de Graaff gentoo-dev Security 2011-03-11 11:01:11 UTC
Created attachment 265545 [details]
emerge --info

I get two test failures:

[  FAILED  ] 2 tests, listed below:
[  FAILED  ] MessageLoopTest.FAILS_EnsureTaskDeletion
[  FAILED  ] MessageLoopTest.FAILS_EnsureTaskDeletion_Chain

[ RUN      ] MessageLoopTest.FAILS_EnsureTaskDeletion
base/message_loop_unittest.cc:440: Failure
Value of: a_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:440: Failure
Value of: a_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:440: Failure
Value of: a_was_deleted
  Actual: false
Expected: true
[  FAILED  ] MessageLoopTest.FAILS_EnsureTaskDeletion (0 ms)
[ RUN      ] MessageLoopTest.FAILS_EnsureTaskDeletion_Chain
base/message_loop_unittest.cc:455: Failure
Value of: a_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:456: Failure
Value of: b_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:457: Failure
Value of: c_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:455: Failure
Value of: a_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:456: Failure
Value of: b_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:457: Failure
Value of: c_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:455: Failure
Value of: a_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:456: Failure
Value of: b_was_deleted
  Actual: false
Expected: true
base/message_loop_unittest.cc:457: Failure
Value of: c_was_deleted
  Actual: false
Expected: true
[  FAILED  ] MessageLoopTest.FAILS_EnsureTaskDeletion_Chain (1 ms)
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-03-11 11:39:55 UTC
The FAILS prefix indicates those are "expected" or "known" failures. The ebuild will die if the tests finish with non-zero exit status.

There is also a FLAKY prefix that indicates unreliable test (and we also ignore the result).
Comment 2 Hans de Graaff gentoo-dev Security 2011-03-11 11:43:16 UTC
The ebuild died on this. If these tests are expected to fail then the ebuild shouldn't die. Did I understand you correctly in thinking that the ebuild should not have died?
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-03-11 12:07:49 UTC
(In reply to comment #2)
> The ebuild died on this. If these tests are expected to fail then the ebuild
> shouldn't die. Did I understand you correctly in thinking that the ebuild
> should not have died?

Yes, the ebuild should not have died and I think it doesn't for me. Please attach the full build log and reopen.
Comment 4 Hans de Graaff gentoo-dev Security 2011-03-11 12:21:30 UTC
Created attachment 265561 [details]
build.log.bz2
Comment 5 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-03-11 20:07:55 UTC
That might be caused by this:

 * QA: ebuild is exporting $maketype=out/Release/base_unittests
 * QA: Ebuild should be migrated to use VIRTUALX_COMMAND=out/Release/base_unittests instead.
 * QA: Setting VIRTUALX_COMMAND to $maketype conveniently for now.

I think none of my tests has used the new version of the virtualx eclass. I'll take a more detailed look.
Comment 6 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-03-13 19:40:07 UTC
Should be fixed now, thank you for the report.
Comment 7 Hans de Graaff gentoo-dev Security 2011-03-18 12:38:14 UTC
Fix confirmed. Thanks.