From: Surname N. <bar...@ya...> - 2010-10-26 15:05:15
|
Hello. I'm trying to get results of peformance tests for Chromium project. I use "master.chromium" as a master and "chrome-linux-perf" slave. I use Fedora 12 (32 bit) OS and I successfully build chromium and chromium.r61483.tgz archive as a base code. Its updated by gclient to the recent code successfully. When it comes to the perf tests, all of them fail and get this message: Xlib: extension "RANDR" missing on display ":9.0". Can anyone help me to understand whats wrong with it ? More detailed log is here: [Running on builder: "None"] Verifying Xvfb has started... ..OK /home/victor/Projects/Chromium/buildbot/master.chromium/chromium-rel-linux-hardy/build/src/build/../sconsbuild/Release/page_cycler_tests --gtest_filter=PageCycler*.MozFile Xlib: extension "RANDR" missing on display ":9.0". Note: Google Test filter = PageCycler*.MozFile [==========] Running 3 tests from 3 test cases. [----------] Global test environment set-up. [----------] 1 test from PageCyclerTest [ RUN ] PageCyclerTest.MozFile Xlib: extension "RANDR" missing on display ":9.0". chrome/test/page_cycler/page_cycler_test.cc:213: Failure Value of: file_util::DirectoryExists(test_path) Actual: false Expected: true Missing test directory /home/victor/Projects/Chromium/buildbot/master.chromium/chromium-rel-linux-hardy/build/src/data/page_cycler/moz [ FAILED ] PageCyclerTest.MozFile (812 ms) [----------] 1 test from PageCyclerTest (812 ms total) [----------] 1 test from PageCyclerReferenceTest [ RUN ] PageCyclerReferenceTest.MozFile /home/victor/Projects/Chromium/buildbot/master.chromium/chromium-rel-linux-hardy/build/src/chrome/tools/test/reference_build/chrome_linux/chrome: error while loading shared libraries: libnss3.so.1d: cannot open shared object file: No such file or directory chrome/test/ui/ui_test.cc:190: Failure Value of: server_->WaitForAppLaunch() Actual: 1 Expected: AUTOMATION_SUCCESS Which is: 0 Error while awaiting automation ping from browser process [ FAILED ] PageCyclerReferenceTest.MozFile (25003 ms) [----------] 1 test from PageCyclerReferenceTest (25003 ms total) [----------] 1 test from PageCyclerExtensionTest [ RUN ] PageCyclerExtensionTest.MozFile Xlib: extension "RANDR" missing on display ":9.0". chrome/test/page_cycler/page_cycler_test.cc:213: Failure Value of: file_util::DirectoryExists(test_path) Actual: false Expected: true Missing test directory /home/victor/Projects/Chromium/buildbot/master.chromium/chromium-rel-linux-hardy/build/src/data/page_cycler/moz [ FAILED ] PageCyclerExtensionTest.MozFile (253 ms) [----------] 1 test from PageCyclerExtensionTest (253 ms total) [----------] Global test environment tear-down [==========] 3 tests from 3 test cases ran. (26068 ms total) [ PASSED ] 0 tests. [ FAILED ] 3 tests, listed below: [ FAILED ] PageCyclerTest.MozFile [ FAILED ] PageCyclerReferenceTest.MozFile [ FAILED ] PageCyclerExtensionTest.MozFile 3 FAILED TESTS program finished with exit code 1 elapsedTime=27.490054 |