• Changwan Ryu's avatar
    Stop running AwStrictModeTest when jacoco is enabled · 7d6e3b39
    Changwan Ryu authored
    jacoco (Java code coverage tool) requires turning off strict mode
    since it writes the coverage data to files.
    
    AwStrictModeTest enables strict mode and therefore it currently
    causes strict mode violation (in a flaky way).
    
    Unfortunately, we are disabling this in one of the main tryservers
    (android-marshmallow-arm64-rel) which enables jacoco, but
    android-pie-arm64-rel in CQ and 5 other bots run this
    continuously, and such violations will be locally reproducible.
    
            test can be run, check tryserver result
    
    Bug: 1021403, 1045270
    Tested: change use_jacoco_coverage value in build gn and see if
    Change-Id: I95b41f82906f6d7f0ec32a353203928f831079a7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029327Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
    Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
    Commit-Queue: Changwan Ryu <changwan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#736988}
    7d6e3b39
BUILD.gn 22.5 KB