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

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

Issue 1410993008: Remove RegExp.multiline accessors. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: git cl set_commit Created 5 years, 1 month 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 | « test/mjsunit/regexp-static.js ('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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'ecma/String/15.5.4.7-2': [FAIL], 84 'ecma/String/15.5.4.7-2': [FAIL],
85 'ecma/String/15.5.4.8-1': [FAIL], 85 'ecma/String/15.5.4.8-1': [FAIL],
86 'ecma/String/15.5.4.9-1': [FAIL], 86 'ecma/String/15.5.4.9-1': [FAIL],
87 87
88 # Date.prototype is an Object, not a Date 88 # Date.prototype is an Object, not a Date
89 'ecma/Date/15.9.5': [FAIL], 89 'ecma/Date/15.9.5': [FAIL],
90 90
91 # In ES6, the completion value of a 0-iterations loop is 'undefined'. 91 # In ES6, the completion value of a 0-iterations loop is 'undefined'.
92 'ecma/Statements/12.6.3-2': [PASS, FAIL], 92 'ecma/Statements/12.6.3-2': [PASS, FAIL],
93 93
94 # RegExp.multiline is not documented or specified anywhere.
95 'js1_5/Regress/regress-418504': [FAIL],
96
94 ##################### SKIPPED TESTS ##################### 97 ##################### SKIPPED TESTS #####################
95 98
96 # This test checks that we behave properly in an out-of-memory 99 # This test checks that we behave properly in an out-of-memory
97 # situation. The test fails in V8 with an exception and takes a long 100 # situation. The test fails in V8 with an exception and takes a long
98 # time to do so. 101 # time to do so.
99 'js1_5/Regress/regress-271716-n': [SKIP], 102 'js1_5/Regress/regress-271716-n': [SKIP],
100 103
101 # BUG(960): This test has an insane amount of output when it times out, 104 # BUG(960): This test has an insane amount of output when it times out,
102 # messing up ability to see other failures on the waterfall. 105 # messing up ability to see other failures on the waterfall.
103 'js1_5/extensions/regress-342960': [SKIP], 106 'js1_5/extensions/regress-342960': [SKIP],
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'ecma_3/RegExp/regress-307456': [SKIP], 963 'ecma_3/RegExp/regress-307456': [SKIP],
961 'js1_5/Regress/regress-303213': [SKIP], 964 'js1_5/Regress/regress-303213': [SKIP],
962 'js1_5/extensions/regress-330569': [SKIP], 965 'js1_5/extensions/regress-330569': [SKIP],
963 'js1_5/extensions/regress-351448': [SKIP], 966 'js1_5/extensions/regress-351448': [SKIP],
964 'js1_5/extensions/regress-336410-1': [SKIP], 967 'js1_5/extensions/regress-336410-1': [SKIP],
965 968
966 #BUG(3152): Avoid C stack overflow. 969 #BUG(3152): Avoid C stack overflow.
967 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 970 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
968 }], # 'arch == arm64 and simulator_run == True' 971 }], # 'arch == arm64 and simulator_run == True'
969 ] 972 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regexp-static.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698