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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 631433002: Classes runtime (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« src/parser.cc ('K') | « test/mjsunit/harmony/classes.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # from the deoptimizer to do that. 63 # from the deoptimizer to do that.
64 'arguments-indirect': [PASS, NO_VARIANTS], 64 'arguments-indirect': [PASS, NO_VARIANTS],
65 65
66 # TODO(rossberg): Typer doesn't like contexts very much. 66 # TODO(rossberg): Typer doesn't like contexts very much.
67 'harmony/block-conflicts': [PASS, NO_VARIANTS], 67 'harmony/block-conflicts': [PASS, NO_VARIANTS],
68 'harmony/block-for': [PASS, NO_VARIANTS], 68 'harmony/block-for': [PASS, NO_VARIANTS],
69 'harmony/block-leave': [PASS, NO_VARIANTS], 69 'harmony/block-leave': [PASS, NO_VARIANTS],
70 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS], 70 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS],
71 'harmony/empty-for': [PASS, NO_VARIANTS], 71 'harmony/empty-for': [PASS, NO_VARIANTS],
72 72
73 # TODO(arv): Why is this run in TF?
74 'harmony/classes': [PASS, NO_VARIANTS],
arv (Not doing code reviews) 2014/10/03 21:19:59 I'm not sure why the change in pipeline.cc is not
75
73 # TODO(verwaest): Some tests are over-restrictive about object layout. 76 # TODO(verwaest): Some tests are over-restrictive about object layout.
74 'array-constructor-feedback': [PASS, NO_VARIANTS], 77 'array-constructor-feedback': [PASS, NO_VARIANTS],
75 'array-feedback': [PASS, NO_VARIANTS], 78 'array-feedback': [PASS, NO_VARIANTS],
76 'compare-known-objects-slow': [PASS, NO_VARIANTS], 79 'compare-known-objects-slow': [PASS, NO_VARIANTS],
77 'elements-kind': [PASS, NO_VARIANTS], 80 'elements-kind': [PASS, NO_VARIANTS],
78 81
79 # Some tests are just too slow to run for now. 82 # Some tests are just too slow to run for now.
80 'bit-not': [PASS, NO_VARIANTS], 83 'bit-not': [PASS, NO_VARIANTS],
81 'json2': [PASS, NO_VARIANTS], 84 'json2': [PASS, NO_VARIANTS],
82 'packed-elements': [PASS, NO_VARIANTS], 85 'packed-elements': [PASS, NO_VARIANTS],
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'never-optimize': [SKIP], 544 'never-optimize': [SKIP],
542 'regress/regress-2185-2': [SKIP], 545 'regress/regress-2185-2': [SKIP],
543 'harmony/object-observe': [SKIP], 546 'harmony/object-observe': [SKIP],
544 'readonly': [SKIP], 547 'readonly': [SKIP],
545 'array-feedback': [SKIP], 548 'array-feedback': [SKIP],
546 549
547 # Deopt every n garbage collections collides with deopt every n times. 550 # Deopt every n garbage collections collides with deopt every n times.
548 'regress/regress-2653': [SKIP], 551 'regress/regress-2653': [SKIP],
549 }], # 'deopt_fuzzer == True' 552 }], # 'deopt_fuzzer == True'
550 ] 553 ]
OLDNEW
« src/parser.cc ('K') | « test/mjsunit/harmony/classes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698