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

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

Issue 1884143003: [compiler] Allow optimization of top-level eval code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-compiler-simplify-13
Patch Set: Fix comment typo. Created 4 years, 7 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/objects.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 # we pass 'mjsunit' and 'webkit' with TurboFan. 57 # we pass 'mjsunit' and 'webkit' with TurboFan.
58 'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS], 58 'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS],
59 59
60 # TODO(turbofan): Causes timeouts since top-level code is optimized. 60 # TODO(turbofan): Causes timeouts since top-level code is optimized.
61 'ecma_3/Statements/regress-324650': [PASS, NO_VARIANTS], 61 'ecma_3/Statements/regress-324650': [PASS, NO_VARIANTS],
62 'ecma_3/Statements/regress-74474-002': [PASS, NO_VARIANTS], 62 'ecma_3/Statements/regress-74474-002': [PASS, NO_VARIANTS],
63 'ecma_3/Statements/regress-74474-003': [PASS, NO_VARIANTS], 63 'ecma_3/Statements/regress-74474-003': [PASS, NO_VARIANTS],
64 'js1_5/Regress/regress-111557': [PASS, NO_VARIANTS], 64 'js1_5/Regress/regress-111557': [PASS, NO_VARIANTS],
65 'js1_5/Regress/regress-155081': [PASS, NO_VARIANTS], 65 'js1_5/Regress/regress-155081': [PASS, NO_VARIANTS],
66 'js1_5/Regress/regress-155081-2': [PASS, NO_VARIANTS], 66 'js1_5/Regress/regress-155081-2': [PASS, NO_VARIANTS],
67 'js1_5/Regress/regress-159334': [PASS, NO_VARIANTS],
68 'js1_5/Regress/regress-321971': [PASS, NO_VARIANTS],
67 'js1_5/Regress/regress-451322': [PASS, NO_VARIANTS], 69 'js1_5/Regress/regress-451322': [PASS, NO_VARIANTS],
68 70
69 # TODO(turbofan): Large switch statements crash. 71 # TODO(turbofan): Large switch statements crash.
70 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], 72 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS],
71 73
72 ############################ INVALID TESTS ############################# 74 ############################ INVALID TESTS #############################
73 75
74 # Function length properties are configurable in ES6 76 # Function length properties are configurable in ES6
75 'ecma/Array/15.4.4.3-1': [FAIL], 77 'ecma/Array/15.4.4.3-1': [FAIL],
76 'ecma/Array/15.4.4.4-1': [FAIL], 78 'ecma/Array/15.4.4.4-1': [FAIL],
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'ecma_3/RegExp/regress-307456': [SKIP], 972 'ecma_3/RegExp/regress-307456': [SKIP],
971 'js1_5/Regress/regress-303213': [SKIP], 973 'js1_5/Regress/regress-303213': [SKIP],
972 'js1_5/extensions/regress-330569': [SKIP], 974 'js1_5/extensions/regress-330569': [SKIP],
973 'js1_5/extensions/regress-351448': [SKIP], 975 'js1_5/extensions/regress-351448': [SKIP],
974 'js1_5/extensions/regress-336410-1': [SKIP], 976 'js1_5/extensions/regress-336410-1': [SKIP],
975 977
976 #BUG(3152): Avoid C stack overflow. 978 #BUG(3152): Avoid C stack overflow.
977 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 979 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
978 }], # 'arch == arm64 and simulator_run == True' 980 }], # 'arch == arm64 and simulator_run == True'
979 ] 981 ]
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698