Commit bd0fff7d authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

Temporarily surpress memory leak check for wasm indexeddb test

Apparently some memory leak was introduced by https://crrev.com/c/958865.
Reverting this CL would be quite painful already. Therefore I surpress
the check for now to make the bots green again.

NOTRY=true
R=machenbach@chromium.org

Bug: chromium:825741
Change-Id: I7cb6ee3db03c234bcca6bade73aa0208c71e7b52
Reviewed-on: https://chromium-review.googlesource.com/980532
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: default avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545783}
parent f1a8082d
...@@ -67,6 +67,14 @@ crbug.com/821547 [ Linux ] virtual/threaded/animations/composition/backdrop-filt ...@@ -67,6 +67,14 @@ crbug.com/821547 [ Linux ] virtual/threaded/animations/composition/backdrop-filt
crbug.com/821547 [ Linux ] virtual/threaded/animations/interpolation/backdrop-filter-interpolation.html [ Pass Leak ] crbug.com/821547 [ Linux ] virtual/threaded/animations/interpolation/backdrop-filter-interpolation.html [ Pass Leak ]
crbug.com/821547 [ Linux ] virtual/threaded/animations/interpolation/filter-interpolation-003.html [ Pass Leak ] crbug.com/821547 [ Linux ] virtual/threaded/animations/interpolation/filter-interpolation-003.html [ Pass Leak ]
# -----------------------------------------------------------------
# Not revert suspected CL as ahaas@ request, expected to be fixed soon.
# TODO(ahaas): Enable these tests again.
# -----------------------------------------------------------------
crbug.com/825741 external/wpt/IndexedDB/wasm-module-value.html [ Pass Leak ]
crbug.com/825741 external/wpt/wasm/wasm_local_iframe_test.html [ Pass Leak ]
crbug.com/825741 fast/workers/worker-shared-asm-buffer.html [ Pass Leak ]
########################################################################### ###########################################################################
# WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert # # WARNING: Memory leaks must be fixed asap. Sheriff is expected to revert #
# culprit CLs instead of suppressing the leaks. If you have any question, # # culprit CLs instead of suppressing the leaks. If you have any question, #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment