Reland "[FileUtil] Test thread-safety of temp file APIs."
This is a reland of 20a5f39c Patch set 1 is the original change. Diff fixes the following compile error on official builders : ../../base/files/file_util_unittest.cc:3674:5: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result] ::write(::fileno(output_file.get()), content.c_str(), content.length()); Original change's description: > [FileUtil] Test thread-safety of temp file APIs. > > Ruling out https://crbug.com/826408#c17 as the source of the issue. > > R=thestig@chromium.org > > Bug: 826408 > Change-Id: I00396084d674fa2f700eb917300280b6eed1684d > Reviewed-on: https://chromium-review.googlesource.com/1072030 > Commit-Queue: Gabriel Charette <gab@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#561666} TBR=thestig@chromium.org Bug: 826408 Change-Id: Ifa37f12e708357fe7e6ce7a2dd688eab1e0a2324 Reviewed-on: https://chromium-review.googlesource.com/1073090Reviewed-by:Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#561867}
Showing
Please register or sign in to comment