1. 02 Dec, 2017 2 commits
    • James Cook's avatar
      cros: Fix PreferencesTest.MultiProfiles and re-enable everywhere · 0b38d859
      James Cook authored
      The crashes under --mash are due to heap corruption from code trying
      to disable multi-user switching animations. That code does not seem
      necessary any more. Per crrev.com/223823004 when it was added this
      test was reliably failing. The multi-user switch animations have
      been recently refactored and a shelf animation removed. The test
      now passes even without the animation disabling code.
      
      I cannot reproduce failures or crashes without --mash. I've done
      ASAN runs as well. I suspect the non-mash problem in the bug is
      unrelated to this test and may have been fixed separately.
      
      Bug: 787050
      Test: browser_tests --gtest_filter=PreferencesTest.* --gtest_repeat=100
      Change-Id: I08dc3897361440fdbd49df1a11429e06fb9bac51
      Reviewed-on: https://chromium-review.googlesource.com/804401Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
      Commit-Queue: James Cook <jamescook@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#521134}
      0b38d859
    • Karan Bhatia's avatar
      DNR: Remove redundant code in RulesetMatcher. · a0d5a643
      Karan Bhatia authored
      This CL removes some unused code in RulesetMatcher.
      
      BUG=None
      
      Change-Id: I233c3b59e982df380ef8345a3328765445a0b97c
      Reviewed-on: https://chromium-review.googlesource.com/803750Reviewed-by: default avatarIstiaque Ahmed <lazyboy@chromium.org>
      Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#521133}
      a0d5a643
  2. 01 Dec, 2017 38 commits