chromium 11.0.969.72
[chromium.git] / patches / patch-chrome_test_ui_ui__test.cc
1 $NetBSD$
2
3 --- chrome/test/ui/ui_test.cc.orig      2011-04-13 08:01:56.000000000 +0000
4 +++ chrome/test/ui/ui_test.cc
5 @@ -66,7 +66,7 @@ const wchar_t UITestBase::kFailedNoCrash
6      L"NOTE: This test is expected to fail if crash_service.exe is not "
7      L"running. Start it manually before running this test (see the build "
8      L"output directory).";
9 -#elif defined(OS_LINUX)
10 +#elif defined(OS_LINUX) || defined(OS_BSD)
11      L"NOTE: This test is expected to fail if breakpad is not built in "
12      L"or if chromium is not running headless (try CHROME_HEADLESS=1).";
13  #else