mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
There are still some problems with it on 8.X (and presumably 7.X), see pkg-message for a possible workaround. This would not have been possible without: - portmgr@ for drawing me into this in October last year - beat@ for providing a development repository - dhw@ for creating the freebsd-chromium list - all the patch contributors and testers on the freebsd-chromium list
11 lines
562 B
C++
11 lines
562 B
C++
--- ./chrome/test/ui/ui_test.cc.orig 2010-12-16 02:12:11.000000000 +0100
|
|
+++ ./chrome/test/ui/ui_test.cc 2010-12-20 20:15:08.000000000 +0100
|
|
@@ -68,7 +68,7 @@
|
|
L"NOTE: This test is expected to fail if crash_service.exe is not "
|
|
L"running. Start it manually before running this test (see the build "
|
|
L"output directory).";
|
|
-#elif defined(OS_LINUX)
|
|
+#elif defined(OS_LINUX) || defined(OS_FREEBSD)
|
|
L"NOTE: This test is expected to fail if breakpad is not built in "
|
|
L"or if chromium is not running headless (try CHROME_HEADLESS=1).";
|
|
#else
|