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

Unified Diff: test/benchmarks/benchmarks.status

Issue 440383002: Enable TF for testing benchmarks. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add test expectations. Created 6 years, 4 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 | test/benchmarks/testcfg.py » ('j') | 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 d651b3c0f014c552d9925fdda47ed66086005d7a..9170a208bf3bd09543a57e4a42198a8ca09cdf55 100644
--- a/test/benchmarks/benchmarks.status
+++ b/test/benchmarks/benchmarks.status
@@ -25,9 +25,12 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Too slow in Debug mode.
+
[
[ALWAYS, {
- 'octane/mandreel': [PASS, ['mode == debug', SKIP]],
+ # Too slow in Debug mode. TODO(mstarzinger): Too slow for TF.
+ 'octane/mandreel': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
+ # TODO(mstarzinger): Out of mem with TF.
+ 'octane/zlib': [PASS, NO_VARIANTS],
}], # ALWAYS
]
« no previous file with comments | « no previous file | test/benchmarks/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698