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

Unified Diff: test/benchmarks/benchmarks.status

Issue 1417583003: [test] Skip failing test due to --turbo-inlining. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/benchmarks/benchmarks.status
diff --git a/test/benchmarks/benchmarks.status b/test/benchmarks/benchmarks.status
index 9c9578960ed009b71a52903d7b56cb1778771e9a..d683612978d62fb3b6a0a444fe8344a7388ca3e8 100644
--- a/test/benchmarks/benchmarks.status
+++ b/test/benchmarks/benchmarks.status
@@ -32,11 +32,10 @@
# TODO(turbofan): Too slow in debug mode for now.
'octane/pdfjs': [PASS, ['mode == debug', SKIP]],
- # TODO(turbofan): Fails in register allocator verifier. Needs investigation.
- 'octane/typescript': [PASS, NO_VARIANTS],
-
# Slow tests.
'kraken/imaging-gaussian-blur': [PASS, SLOW],
- 'octane/typescript': [PASS, SLOW],
+ # TODO(turbofan): Fails in register allocator verifier. Needs investigation.
+ # Note: Keep SLOW modifier when removing NO_VARIANTS.
+ 'octane/typescript': [PASS, SLOW, NO_VARIANTS],
}], # ALWAYS
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698