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

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

Issue 1534453002: Bugfix: Make sure not to overwrite the empty optimized code map root. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: altered loop, removed for ignition. Created 5 years 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/objects.cc ('k') | test/mjsunit/regress/regress-568765.js » ('j') | 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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'with-readonly': [SKIP], 1043 'with-readonly': [SKIP],
1044 'regress/typed-array-lifetime': [SKIP], 1044 'regress/typed-array-lifetime': [SKIP],
1045 'regress/regress-crbug-522895': [SKIP], 1045 'regress/regress-crbug-522895': [SKIP],
1046 'regress/regress-crbug-455644': [SKIP], 1046 'regress/regress-crbug-455644': [SKIP],
1047 'regress/regress-crbug-109362': [SKIP], 1047 'regress/regress-crbug-109362': [SKIP],
1048 'regress/regress-crbug-429159': [SKIP], 1048 'regress/regress-crbug-429159': [SKIP],
1049 'regress/regress-crbug-517592': [SKIP], 1049 'regress/regress-crbug-517592': [SKIP],
1050 'regress/regress-crbug-405517': [SKIP], 1050 'regress/regress-crbug-405517': [SKIP],
1051 'regress/regress-799761': [SKIP], 1051 'regress/regress-799761': [SKIP],
1052 'regress/regress-503565': [SKIP], 1052 'regress/regress-503565': [SKIP],
1053 'regress/regress-568765': [SKIP],
1053 'regress/regress-3138': [SKIP], 1054 'regress/regress-3138': [SKIP],
1054 'regress/regress-220': [SKIP], 1055 'regress/regress-220': [SKIP],
1055 'regress/regress-1170187': [SKIP], 1056 'regress/regress-1170187': [SKIP],
1056 'regress/regress-1030466': [SKIP], 1057 'regress/regress-1030466': [SKIP],
1057 'regress/regress-1853': [SKIP], 1058 'regress/regress-1853': [SKIP],
1058 'with-value': [SKIP], 1059 'with-value': [SKIP],
1059 'with-function-expression': [SKIP], 1060 'with-function-expression': [SKIP],
1060 'switch': [SKIP], 1061 'switch': [SKIP],
1061 'receiver-in-with-calls': [SKIP], 1062 'receiver-in-with-calls': [SKIP],
1062 'local-load-from-eval': [SKIP], 1063 'local-load-from-eval': [SKIP],
(...skipping 30 matching lines...) Expand all
1093 1094
1094 ############################################################################## 1095 ##############################################################################
1095 ['gcov_coverage', { 1096 ['gcov_coverage', {
1096 # Tests taking too long. 1097 # Tests taking too long.
1097 'array-functions-prototype-misc': [SKIP], 1098 'array-functions-prototype-misc': [SKIP],
1098 'strong/implicit-conversions': [SKIP], 1099 'strong/implicit-conversions': [SKIP],
1099 'strong/load-element-mutate-backing-store': [SKIP], 1100 'strong/load-element-mutate-backing-store': [SKIP],
1100 }], # 'gcov_coverage' 1101 }], # 'gcov_coverage'
1101 1102
1102 ] 1103 ]
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | test/mjsunit/regress/regress-568765.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698