Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(820)

Issue 105823009: Revert 239280 "Move more file_util functions to base namespace." (Closed)

Created:
7 years ago by Nico
Modified:
7 years ago
Reviewers:
brettw
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 239280 "Move more file_util functions to base namespace." dbus_unittests started fialing on Linux Tests (dbg)(2) and Linux Tests (dbg)(2)(32). This CL is the only in the intersection of CLs in the first failing build on the two builders, so giving a speculative revert a try (rlarocque already tried a clobber, it didn't help). http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29/builds/41806 http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%282%29%2832%29/builds/8544 > Move more file_util functions to base namespace. > > TBR=sky > > Review URL: https://codereview.chromium.org/109043002 TBR=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239400

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -295 lines) Patch
M trunk/src/base/event_recorder_win.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/base/file_util.h View 2 chunks +12 lines, -7 lines 0 comments Download
M trunk/src/base/file_util.cc View 4 chunks +12 lines, -11 lines 0 comments Download
M trunk/src/base/file_util_posix.cc View 2 chunks +32 lines, -21 lines 0 comments Download
M trunk/src/base/file_util_unittest.cc View 50 chunks +70 lines, -70 lines 0 comments Download
M trunk/src/base/file_util_win.cc View 3 chunks +18 lines, -18 lines 0 comments Download
M trunk/src/base/files/file_util_proxy_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/base/memory/shared_memory_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/base/nix/mime_util_xdg.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/base/test/gtest_xml_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/base/test/launcher/test_results_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/base/test/perf_log.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/base/win/shortcut_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/boot_times_loader.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/drive/file_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/login/startup_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/chromeos/policy/enterprise_install_attributes.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/chromeos/settings/owner_key_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/component_updater/component_unpacker.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/extension_creator.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/chrome/browser/extensions/external_registry_loader_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/extensions/sandboxed_unpacker.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/importer/firefox_profile_lock_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/net/net_log_temp_file.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/parsers/metadata_parser_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/safe_browsing/prefix_set.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/safe_browsing/prefix_set_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/safe_browsing/safe_browsing_store_file.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M trunk/src/chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/ui/pdf/pdf_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/browser/web_applications/web_app_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/chrome/tools/convert_dict/aff_reader.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/tools/convert_dict/convert_dict.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/chrome/tools/convert_dict/dic_reader.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/components/visitedlink/browser/visitedlink_master.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M trunk/src/content/browser/browser_shutdown_profile_dumper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/content/browser/fileapi/file_system_operation_impl_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/content/browser/renderer_host/media/video_capture_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/browser/tracing/tracing_controller_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/content/child/npapi/plugin_stream_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/content/common/gpu/client/gl_helper_benchmark.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/content/common/mac/font_loader.mm View 1 chunk +3 lines, -3 lines 0 comments Download
M trunk/src/content/common/page_state_serialization_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/common/plugin_list_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/gpu/gpu_watchdog_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/renderer/media/media_stream_audio_processor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/renderer/media/webrtc_audio_device_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/test/plugin/plugin_geturl_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/content/test/weburl_loader_mock_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/gpu/tools/compositor_model_bench/compositor_model_bench.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M trunk/src/media/audio/android/audio_android_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/media/audio/audio_low_latency_input_output_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/media/audio/win/audio_low_latency_input_win_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/media/audio/win/audio_low_latency_output_win_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/media/audio/win/audio_unified_win.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/media/audio/win/audio_unified_win_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/media/base/container_names_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/media/base/test_data_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/media/base/yuv_convert_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M trunk/src/media/webm/chromeos/webm_encoder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/net/android/keystore_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M trunk/src/net/base/file_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/net/base/net_log_logger_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/net/disk_cache/backend_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/net/disk_cache/cache_util_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M trunk/src/net/proxy/proxy_config_service_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/net/tools/dump_cache/cache_dumper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/net/url_request/url_request_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/skia/ext/vector_canvas_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/sql/connection_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/sql/test/test_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/tools/imagediff/image_diff.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/ui/base/resource/data_pack.cc View 6 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Nico
7 years ago (2013-12-08 21:30:43 UTC) #1
Nico
Committed patchset #1 manually as r239400.
7 years ago (2013-12-08 21:31:48 UTC) #2
Nico
Oh sorry, the dbus_unittests stdout log actually contains /mnt/data/b/build/slave/Linux_Tests__dbg__2__32_/build/src/out/Debug/dbus_unittests: symbol lookup error: /mnt/data/b/build/slave/Linux_Tests__dbg__2__32_/build/src/out/Debug/dbus_unittests: undefined symbol: ...
7 years ago (2013-12-08 21:36:43 UTC) #3
Nico
Also, nothing builds with this reverted. Reverting the revert. On Sun, Dec 8, 2013 at ...
7 years ago (2013-12-08 21:38:21 UTC) #4
Nico
Compile output from when your change landed: http://build.chromium.org/p/chromium.linux/builders/Linux%20Builder%20%28dbg%29%2832%29/builds/16547/steps/compile/logs/stdio ninja -C /b/build/slave/Linux_Builder__dbg__32_/build/src/out/Debug base_unittests browser_tests cacheinvalidation_unittests cc_unittests ...
7 years ago (2013-12-08 21:58:08 UTC) #5
Nico
7 years ago (2013-12-08 22:00:27 UTC) #6
https://codereview.chromium.org/109813002/


On Sun, Dec 8, 2013 at 1:58 PM, Nico Weber <thakis@chromium.org> wrote:

> Compile output from when your change landed:
>
http://build.chromium.org/p/chromium.linux/builders/Linux%20Builder%20%28dbg%...
>
> ninja -C /b/build/slave/Linux_Builder__dbg__32_/build/src/out/Debug
> base_unittests browser_tests cacheinvalidation_unittests cc_unittests
> chrome chromedriver2_unittests components_unittests content_browsertests
> content_unittests crypto_unittests device_unittests google_apis_unittests
> gpu_unittests interactive_ui_tests ipc_tests jingle_unittests
> media_unittests net_unittests ppapi_unittests printing_unittests
> remoting_unittests sandbox_linux_unittests sql_unittests sync_unit_tests
> ui_unittests unit_tests url_unittests webkit_compositor_bindings_unittests
> -j50
>
> The builder doesn't build dbus_unittests :-/ Good thing it does a
> components build, else we'd never have noticed that it's been testing a
> stale binary.
>
> Oh, it looks like it got removed from the builders list just 2 days ago
> here: https://codereview.chromium.org/107313002 but the testers are still
> running it since we have that weird test renaming thing in
>
https://code.google.com/p/chromium/codesearch#chromium/tools/build/scripts/ma...
the test is actually added as 'dbus' so agable didn't see it and didn't
> remove it. I guess I'll send a CL for that.
>
>
> On Sun, Dec 8, 2013 at 1:38 PM, Nico Weber <thakis@chromium.org> wrote:
>
>> Also, nothing builds with this reverted. Reverting the revert.
>>
>>
>> On Sun, Dec 8, 2013 at 1:36 PM, Nico Weber <thakis@chromium.org> wrote:
>>
>>> Oh sorry, the dbus_unittests stdout log actually contains
>>>
>>>
/mnt/data/b/build/slave/Linux_Tests__dbg__2__32_/build/src/out/Debug/dbus_unittests:
>>> symbol lookup error:
>>>
/mnt/data/b/build/slave/Linux_Tests__dbg__2__32_/build/src/out/Debug/dbus_unittests:
>>> undefined symbol: _ZN9file_util8OpenFileERKN4base8FilePathEPKc
>>>
>>> I didn't see that until after I landed the revert, would've probably
>>> been easier to fix than to revert :-/
>>>
>>>
>>>
>>> On Sun, Dec 8, 2013 at 1:31 PM, <thakis@chromium.org> wrote:
>>>
>>>> Committed patchset #1 manually as r239400.
>>>>
>>>> https://codereview.chromium.org/105823009/
>>>>
>>>
>>>
>>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698