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

Issue 8658004: ASAN failing tests on PPAPITest.* (Closed)

Created:
9 years, 1 month ago by dhollowa
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

ASAN failing tests on PPAPITest.* Disables ALL PPAPITest.* tests under ASAN. Increasing timeouts and selective per-test disablement did not work. So ifdef'ing out the whole bunch under ASAN. BUG=104832 TEST=ASAN bot runs green TBR=glider@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111238

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
dhollowa
I pulled out my other attempts and have disabled all of these under ASAN. Wondering ...
9 years, 1 month ago (2011-11-22 22:46:28 UTC) #1
noelallen_use_chromium
The change LGTM but why didn't the exclude work? http://codereview.chromium.org/8585003/diff/12001/tools/valgrind/gtest_exclude/ui_tests.gtest.txt
9 years, 1 month ago (2011-11-22 23:44:30 UTC) #2
Alexander Potapenko
9 years, 1 month ago (2011-11-23 10:58:51 UTC) #3
Currently the ASan bots do not use any wrappers to run the tests, thus it's hard
to pass any additional arguments to them.
The script in tools/valgrind/chrome_tests.sh allows running ASan tests
(--tool=asan) and use the gtest filters, but we were trying hard to keep the
testing process simple and avoid using the wrappers.

Powered by Google App Engine
This is Rietveld 408576698