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

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

Issue 1256193002: Revert "In RegExp, lastIndex is read with ToLength, not ToInteger" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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/regexp.js ('k') | test/test262-es6/test262-es6.status » ('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 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 # Function length properties are configurable in ES6 78 # Function length properties are configurable in ES6
79 'ecma/Array/15.4.4.3-1': [FAIL], 79 'ecma/Array/15.4.4.3-1': [FAIL],
80 'ecma/Array/15.4.4.4-1': [FAIL], 80 'ecma/Array/15.4.4.4-1': [FAIL],
81 'ecma/Array/15.4.4.4-2': [FAIL], 81 'ecma/Array/15.4.4.4-2': [FAIL],
82 'ecma/String/15.5.4.10-1': [FAIL], 82 'ecma/String/15.5.4.10-1': [FAIL],
83 'ecma/String/15.5.4.11-1': [FAIL], 83 'ecma/String/15.5.4.11-1': [FAIL],
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 # ToLength, not ToUint32, is called on RegExps' lastIndex property
89 'ecma_3/RegExp/15.10.6.2-2': [FAIL],
90 88
91 ##################### SKIPPED TESTS ##################### 89 ##################### SKIPPED TESTS #####################
92 90
93 # This test checks that we behave properly in an out-of-memory 91 # This test checks that we behave properly in an out-of-memory
94 # situation. The test fails in V8 with an exception and takes a long 92 # situation. The test fails in V8 with an exception and takes a long
95 # time to do so. 93 # time to do so.
96 'js1_5/Regress/regress-271716-n': [SKIP], 94 'js1_5/Regress/regress-271716-n': [SKIP],
97 95
98 # BUG(960): This test has an insane amount of output when it times out, 96 # BUG(960): This test has an insane amount of output when it times out,
99 # messing up ability to see other failures on the waterfall. 97 # messing up ability to see other failures on the waterfall.
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'ecma_3/RegExp/regress-307456': [SKIP], 946 'ecma_3/RegExp/regress-307456': [SKIP],
949 'js1_5/Regress/regress-303213': [SKIP], 947 'js1_5/Regress/regress-303213': [SKIP],
950 'js1_5/extensions/regress-330569': [SKIP], 948 'js1_5/extensions/regress-330569': [SKIP],
951 'js1_5/extensions/regress-351448': [SKIP], 949 'js1_5/extensions/regress-351448': [SKIP],
952 'js1_5/extensions/regress-336410-1': [SKIP], 950 'js1_5/extensions/regress-336410-1': [SKIP],
953 951
954 #BUG(3152): Avoid C stack overflow. 952 #BUG(3152): Avoid C stack overflow.
955 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 953 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
956 }], # 'arch == arm64 and simulator_run == True' 954 }], # 'arch == arm64 and simulator_run == True'
957 ] 955 ]
OLDNEW
« no previous file with comments | « src/regexp.js ('k') | test/test262-es6/test262-es6.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698