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

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

Issue 993073002: [es6] Function length property should be configurable (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix status file again Created 5 years, 9 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
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): Large switch statements crash. 61 # TODO(turbofan): Large switch statements crash.
62 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], 62 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS],
63 63
64 ############################ INVALID TESTS #############################
65
66 # Function length properties are configurable in ES6
67 'ecma/Array/15.4.4.3-1': [FAIL],
68 'ecma/Array/15.4.4.4-1': [FAIL],
69 'ecma/Array/15.4.4.4-2': [FAIL],
70 'ecma/String/15.5.4.10-1': [FAIL],
71 'ecma/String/15.5.4.11-1': [FAIL],
72 'ecma/String/15.5.4.7-2': [FAIL],
73 'ecma/String/15.5.4.8-1': [FAIL],
74 'ecma/String/15.5.4.9-1': [FAIL],
75
76
64 ##################### SKIPPED TESTS ##################### 77 ##################### SKIPPED TESTS #####################
65 78
66 # This test checks that we behave properly in an out-of-memory 79 # This test checks that we behave properly in an out-of-memory
67 # situation. The test fails in V8 with an exception and takes a long 80 # situation. The test fails in V8 with an exception and takes a long
68 # time to do so. 81 # time to do so.
69 'js1_5/Regress/regress-271716-n': [SKIP], 82 'js1_5/Regress/regress-271716-n': [SKIP],
70 83
71 # BUG(960): This test has an insane amount of output when it times out, 84 # BUG(960): This test has an insane amount of output when it times out,
72 # messing up ability to see other failures on the waterfall. 85 # messing up ability to see other failures on the waterfall.
73 'js1_5/extensions/regress-342960': [SKIP], 86 'js1_5/extensions/regress-342960': [SKIP],
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'ecma_3/RegExp/regress-307456': [SKIP], 934 'ecma_3/RegExp/regress-307456': [SKIP],
922 'js1_5/Regress/regress-303213': [SKIP], 935 'js1_5/Regress/regress-303213': [SKIP],
923 'js1_5/extensions/regress-330569': [SKIP], 936 'js1_5/extensions/regress-330569': [SKIP],
924 'js1_5/extensions/regress-351448': [SKIP], 937 'js1_5/extensions/regress-351448': [SKIP],
925 'js1_5/extensions/regress-336410-1': [SKIP], 938 'js1_5/extensions/regress-336410-1': [SKIP],
926 939
927 #BUG(3152): Avoid C stack overflow. 940 #BUG(3152): Avoid C stack overflow.
928 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 941 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
929 }], # 'arch == arm64 and simulator_run == True' 942 }], # 'arch == arm64 and simulator_run == True'
930 ] 943 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-function-length-strict.js ('k') | test/test262-es6/test262-es6.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698