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

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

Issue 1053063003: Make --always-opt also optimize top-level code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip failing tests. Created 5 years, 8 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 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'ecma_3/Number/15.7.4.3-02': [PASS, FAIL], 51 'ecma_3/Number/15.7.4.3-02': [PASS, FAIL],
52 'ecma_3/Date/15.9.5.5-02': [PASS, FAIL], 52 'ecma_3/Date/15.9.5.5-02': [PASS, FAIL],
53 53
54 ################## TURBO-FAN FAILURES ################### 54 ################## TURBO-FAN FAILURES ###################
55 55
56 # TODO(turbofan): These are all covered by mjsunit as well. Enable them once 56 # TODO(turbofan): These are all covered by mjsunit as well. Enable them once
57 # we pass 'mjsunit' and 'webkit' with TurboFan. 57 # we pass 'mjsunit' and 'webkit' with TurboFan.
58 'js1_4/Functions/function-001': [PASS, NO_VARIANTS], 58 'js1_4/Functions/function-001': [PASS, NO_VARIANTS],
59 'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS], 59 'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS],
60 60
61 # TODO(turbofan): Causes timeouts since top-level code is optimized.
62 'ecma_3/Statements/regress-324650': [PASS, NO_VARIANTS],
titzer 2015/04/07 14:43:36 disable in turbofan variant only?
Michael Starzinger 2015/04/07 14:45:56 As discussed offline: We don't have a way to turn
63 'ecma_3/Statements/regress-74474-002': [PASS, NO_VARIANTS],
64 'ecma_3/Statements/regress-74474-003': [PASS, NO_VARIANTS],
65 'js1_5/Regress/regress-111557': [PASS, NO_VARIANTS],
66 'js1_5/Regress/regress-155081-2': [PASS, NO_VARIANTS],
67 'js1_5/Regress/regress-451322': [PASS, NO_VARIANTS],
68
61 # TODO(turbofan): Large switch statements crash. 69 # TODO(turbofan): Large switch statements crash.
62 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], 70 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS],
63 71
72 # TODO(mstarzinger): Investigate failure with lookup slot declaration.
73 'js1_5/Regress/regress-343713': [PASS, NO_VARIANTS],
74
64 ############################ INVALID TESTS ############################# 75 ############################ INVALID TESTS #############################
65 76
66 # Function length properties are configurable in ES6 77 # Function length properties are configurable in ES6
67 'ecma/Array/15.4.4.3-1': [FAIL], 78 'ecma/Array/15.4.4.3-1': [FAIL],
68 'ecma/Array/15.4.4.4-1': [FAIL], 79 'ecma/Array/15.4.4.4-1': [FAIL],
69 'ecma/Array/15.4.4.4-2': [FAIL], 80 'ecma/Array/15.4.4.4-2': [FAIL],
70 'ecma/String/15.5.4.10-1': [FAIL], 81 'ecma/String/15.5.4.10-1': [FAIL],
71 'ecma/String/15.5.4.11-1': [FAIL], 82 'ecma/String/15.5.4.11-1': [FAIL],
72 'ecma/String/15.5.4.7-2': [FAIL], 83 'ecma/String/15.5.4.7-2': [FAIL],
73 'ecma/String/15.5.4.8-1': [FAIL], 84 'ecma/String/15.5.4.8-1': [FAIL],
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'ecma_3/RegExp/regress-307456': [SKIP], 945 'ecma_3/RegExp/regress-307456': [SKIP],
935 'js1_5/Regress/regress-303213': [SKIP], 946 'js1_5/Regress/regress-303213': [SKIP],
936 'js1_5/extensions/regress-330569': [SKIP], 947 'js1_5/extensions/regress-330569': [SKIP],
937 'js1_5/extensions/regress-351448': [SKIP], 948 'js1_5/extensions/regress-351448': [SKIP],
938 'js1_5/extensions/regress-336410-1': [SKIP], 949 'js1_5/extensions/regress-336410-1': [SKIP],
939 950
940 #BUG(3152): Avoid C stack overflow. 951 #BUG(3152): Avoid C stack overflow.
941 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 952 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
942 }], # 'arch == arm64 and simulator_run == True' 953 }], # 'arch == arm64 and simulator_run == True'
943 ] 954 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698