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

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

Issue 1551363002: [Interpreter] StateValuesRequireUpdate handles cases when deoptimization is disabled. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes the comments correctly this time. Misread the comment earlier. Created 4 years, 11 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
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'regress/regress-crbug-485548-2': [SKIP], 988 'regress/regress-crbug-485548-2': [SKIP],
989 'regress/regress-crbug-487289': [SKIP], 989 'regress/regress-crbug-487289': [SKIP],
990 'regress/regress-crbug-489293': [SKIP], 990 'regress/regress-crbug-489293': [SKIP],
991 'regress/regress-crbug-489597': [SKIP], 991 'regress/regress-crbug-489597': [SKIP],
992 'regress/regress-crbug-498142': [SKIP], 992 'regress/regress-crbug-498142': [SKIP],
993 'regress/regress-crbug-500824': [SKIP], 993 'regress/regress-crbug-500824': [SKIP],
994 'regress/regress-crbug-501809': [SKIP], 994 'regress/regress-crbug-501809': [SKIP],
995 'regress/regress-crbug-506443': [SKIP], 995 'regress/regress-crbug-506443': [SKIP],
996 'regress/regress-crbug-507070': [SKIP], 996 'regress/regress-crbug-507070': [SKIP],
997 'regress/regress-crbug-527364': [SKIP], 997 'regress/regress-crbug-527364': [SKIP],
998 'regress/regress-crbug-530598': [SKIP],
999 'regress/regress-crbug-546968': [SKIP], 998 'regress/regress-crbug-546968': [SKIP],
1000 'regress/regress-crbug-568477-1': [SKIP], 999 'regress/regress-crbug-568477-1': [SKIP],
1001 'regress/regress-crbug-568477-2': [SKIP], 1000 'regress/regress-crbug-568477-2': [SKIP],
1002 'regress/regress-crbug-568477-3': [SKIP], 1001 'regress/regress-crbug-568477-3': [SKIP],
1003 'regress/regress-crbug-568477-4': [SKIP], 1002 'regress/regress-crbug-568477-4': [SKIP],
1004 'regress/regress-crbug-572590': [SKIP], 1003 'regress/regress-crbug-572590': [SKIP],
1005 'regress/regress-deopt-gcb': [SKIP], 1004 'regress/regress-deopt-gcb': [SKIP],
1006 'regress/regress-deopt-gc': [SKIP], 1005 'regress/regress-deopt-gc': [SKIP],
1007 'regress/regress-deopt-in-array-literal-spread': [SKIP], 1006 'regress/regress-deopt-in-array-literal-spread': [SKIP],
1008 'regress/regress-embedded-cons-string': [SKIP], 1007 'regress/regress-embedded-cons-string': [SKIP],
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 1104
1106 ############################################################################## 1105 ##############################################################################
1107 ['gcov_coverage', { 1106 ['gcov_coverage', {
1108 # Tests taking too long. 1107 # Tests taking too long.
1109 'array-functions-prototype-misc': [SKIP], 1108 'array-functions-prototype-misc': [SKIP],
1110 'strong/implicit-conversions': [SKIP], 1109 'strong/implicit-conversions': [SKIP],
1111 'strong/load-element-mutate-backing-store': [SKIP], 1110 'strong/load-element-mutate-backing-store': [SKIP],
1112 }], # 'gcov_coverage' 1111 }], # 'gcov_coverage'
1113 1112
1114 ] 1113 ]
OLDNEW
« no previous file with comments | « src/compiler/bytecode-graph-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698