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

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

Issue 1588903002: [Interpreter] Fixes VisitObjectLiteral to reserve consecutive registers in innerscope. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased the patch. 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
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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 'regress/regress-opt-after-debug-deopt': [SKIP], 1040 'regress/regress-opt-after-debug-deopt': [SKIP],
1041 'regress/regress-osr-in-case-label': [SKIP], 1041 'regress/regress-osr-in-case-label': [SKIP],
1042 'regress/regress-osr-in-literal': [SKIP], 1042 'regress/regress-osr-in-literal': [SKIP],
1043 'regress/regress-prepare-break-while-recompile': [SKIP], 1043 'regress/regress-prepare-break-while-recompile': [SKIP],
1044 'regress/regress-put-prototype-transition': [SKIP], 1044 'regress/regress-put-prototype-transition': [SKIP],
1045 'regress/regress-sliced-external-cons-regexp': [SKIP], 1045 'regress/regress-sliced-external-cons-regexp': [SKIP],
1046 'regress/regress-store-heapobject': [SKIP], 1046 'regress/regress-store-heapobject': [SKIP],
1047 'regress/regress-transcendental': [SKIP], 1047 'regress/regress-transcendental': [SKIP],
1048 'regress/regress-typedarray-length': [SKIP], 1048 'regress/regress-typedarray-length': [SKIP],
1049 'regress/splice-missing-wb': [SKIP], 1049 'regress/splice-missing-wb': [SKIP],
1050 'setter-on-constructor-prototype': [SKIP],
rmcilroy 2016/01/15 17:15:09 Is this the only test which this fixes?
mythria 2016/01/18 11:34:05 There are three which pass locally. I removed them
1051 'shift-for-integer-div': [SKIP], 1050 'shift-for-integer-div': [SKIP],
1052 'simple-constructor': [SKIP], 1051 'simple-constructor': [SKIP],
1053 'sparse-array-reverse': [SKIP], 1052 'sparse-array-reverse': [SKIP],
1054 'stack-traces': [SKIP], 1053 'stack-traces': [SKIP],
1055 'strict-mode': [SKIP], 1054 'strict-mode': [SKIP],
1056 'string-case': [SKIP], 1055 'string-case': [SKIP],
1057 'string-external-cached': [SKIP], 1056 'string-external-cached': [SKIP],
1058 'string-externalize': [SKIP], 1057 'string-externalize': [SKIP],
1059 'string-natives': [SKIP], 1058 'string-natives': [SKIP],
1060 'string-replace-with-empty': [SKIP], 1059 'string-replace-with-empty': [SKIP],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 1126
1128 ############################################################################## 1127 ##############################################################################
1129 ['gcov_coverage', { 1128 ['gcov_coverage', {
1130 # Tests taking too long. 1129 # Tests taking too long.
1131 'array-functions-prototype-misc': [SKIP], 1130 'array-functions-prototype-misc': [SKIP],
1132 'strong/implicit-conversions': [SKIP], 1131 'strong/implicit-conversions': [SKIP],
1133 'strong/load-element-mutate-backing-store': [SKIP], 1132 'strong/load-element-mutate-backing-store': [SKIP],
1134 }], # 'gcov_coverage' 1133 }], # 'gcov_coverage'
1135 1134
1136 ] 1135 ]
OLDNEW
« src/interpreter/bytecode-generator.cc ('K') | « test/cctest/interpreter/test-bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698