New issue
Advanced search Search tips

Issue 780610 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Nov 2017
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

CrWinClangLLD tester tests failing and crashing for revs that work with CrWinClangLLD64

Project Member Reported by inglorion@chromium.org, Nov 1 2017

Issue description

gn.args:
clang_use_chrome_plugins = false
is_clang = true
is_component_build = false
is_debug = false
is_official_build = true
symbol_level = 0
target_cpu = "x86"
use_lld = true

Chromium 512925 with Clang r317031. Build and run base_unittests. 2 test failures and 4 crashing tests. If I comment out "target_cpu = \"x86\"" to get a 64-bit build, all tests pass.

2 tests failed:
    Debugger.DoesntExecuteBeyondBreakpoint (../../base/debug/debugger_unittest.cc:34)
    OutOfMemoryDeathTest.NewHandlerGeneratesUnhandledException (../../base/process/memory_unittest.cc:228)
4 tests crashed:
    LoggingTest.CheckCausesDistinctBreakpoints (../../base/logging_unittest.cc:233)
    OutOfMemoryTest.TerminateBecauseOutOfMemoryReportsAllocSize (../../base/process/memory_unittest.cc:485)
    SecurityTest.NewOverflow (../../base/security_unittest.cc:96)
    WrappedWindowProc.CatchesExceptions (../../base/win/wrapped_window_proc_unittest.cc:56)
 

Comment 1 by h...@chromium.org, Nov 8 2017

r317635 was for this right?
Status: Verified (was: Assigned)
Yes. I just verified that base_unittests are now working. Closing the bug.

Sign in to add a comment