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

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

Issue 1904313004: Remove more dead code after Object.observe removal (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: mark outdated mozilla tests as FAIL 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 | « test/mjsunit/regress/regress-1240.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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 # Function length properties are configurable in ES6 74 # Function length properties are configurable in ES6
75 'ecma/Array/15.4.4.3-1': [FAIL], 75 'ecma/Array/15.4.4.3-1': [FAIL],
76 'ecma/Array/15.4.4.4-1': [FAIL], 76 'ecma/Array/15.4.4.4-1': [FAIL],
77 'ecma/Array/15.4.4.4-2': [FAIL], 77 'ecma/Array/15.4.4.4-2': [FAIL],
78 'ecma/String/15.5.4.10-1': [FAIL], 78 'ecma/String/15.5.4.10-1': [FAIL],
79 'ecma/String/15.5.4.11-1': [FAIL], 79 'ecma/String/15.5.4.11-1': [FAIL],
80 'ecma/String/15.5.4.7-2': [FAIL], 80 'ecma/String/15.5.4.7-2': [FAIL],
81 'ecma/String/15.5.4.8-1': [FAIL], 81 'ecma/String/15.5.4.8-1': [FAIL],
82 'ecma/String/15.5.4.9-1': [FAIL], 82 'ecma/String/15.5.4.9-1': [FAIL],
83 83
84 # __defineGetter__ is spec'ed in ES2016+ to respect readonly properties
85 # and throw. These tests fail in modern Firefox (tested: 38.7.1) too.
86 'js1_5/extensions/regress-313500': [FAIL],
87 'js1_5/extensions/regress-325269': [FAIL],
88
84 # Date.prototype is an Object, not a Date 89 # Date.prototype is an Object, not a Date
85 'ecma/Date/15.9.5': [FAIL], 90 'ecma/Date/15.9.5': [FAIL],
86 91
87 # In ES6, the completion value of a 0-iterations loop is 'undefined'. 92 # In ES6, the completion value of a 0-iterations loop is 'undefined'.
88 'ecma/Statements/12.6.3-2': [PASS, FAIL], 93 'ecma/Statements/12.6.3-2': [PASS, FAIL],
89 94
90 # ES2015 ToLength semantics 95 # ES2015 ToLength semantics
91 'ecma_3/RegExp/15.10.6.2-2': [FAIL], 96 'ecma_3/RegExp/15.10.6.2-2': [FAIL],
92 97
93 # Escaped keywords are early errors in ES6 98 # Escaped keywords are early errors in ES6
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'ecma_3/RegExp/regress-307456': [SKIP], 975 'ecma_3/RegExp/regress-307456': [SKIP],
971 'js1_5/Regress/regress-303213': [SKIP], 976 'js1_5/Regress/regress-303213': [SKIP],
972 'js1_5/extensions/regress-330569': [SKIP], 977 'js1_5/extensions/regress-330569': [SKIP],
973 'js1_5/extensions/regress-351448': [SKIP], 978 'js1_5/extensions/regress-351448': [SKIP],
974 'js1_5/extensions/regress-336410-1': [SKIP], 979 'js1_5/extensions/regress-336410-1': [SKIP],
975 980
976 #BUG(3152): Avoid C stack overflow. 981 #BUG(3152): Avoid C stack overflow.
977 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], 982 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
978 }], # 'arch == arm64 and simulator_run == True' 983 }], # 'arch == arm64 and simulator_run == True'
979 ] 984 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-1240.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698