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

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

Issue 1470193002: Array/TypedArray/ArrayBuffer method subclassing and @@species (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 11 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/harmony/species.js ('k') | test/mjsunit/regress/regress-544991.js » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'regress/regress-454725': [SKIP], 992 'regress/regress-454725': [SKIP],
993 'regress/regress-457935': [SKIP], 993 'regress/regress-457935': [SKIP],
994 'regress/regress-470804': [SKIP], 994 'regress/regress-470804': [SKIP],
995 'regress/regress-476488': [SKIP], 995 'regress/regress-476488': [SKIP],
996 'regress/regress-491536': [SKIP], 996 'regress/regress-491536': [SKIP],
997 'regress/regress-503565': [SKIP], 997 'regress/regress-503565': [SKIP],
998 'regress/regress-514362': [SKIP], 998 'regress/regress-514362': [SKIP],
999 'regress/regress-520029': [SKIP], 999 'regress/regress-520029': [SKIP],
1000 'regress/regress-542099': [SKIP], 1000 'regress/regress-542099': [SKIP],
1001 'regress/regress-542100': [SKIP], 1001 'regress/regress-542100': [SKIP],
1002 'regress/regress-544991': [SKIP],
1002 'regress/regress-568765': [SKIP], 1003 'regress/regress-568765': [SKIP],
1003 'regress/regress-580': [SKIP], 1004 'regress/regress-580': [SKIP],
1004 'regress/regress-618': [SKIP], 1005 'regress/regress-618': [SKIP],
1005 'regress/regress-643': [SKIP], 1006 'regress/regress-643': [SKIP],
1006 'regress/regress-69': [SKIP], 1007 'regress/regress-69': [SKIP],
1007 'regress/regress-70066': [SKIP], 1008 'regress/regress-70066': [SKIP],
1008 'regress/regress-747': [SKIP], 1009 'regress/regress-747': [SKIP],
1009 'regress/regress-753': [SKIP], 1010 'regress/regress-753': [SKIP],
1010 'regress/regress-799761': [SKIP], 1011 'regress/regress-799761': [SKIP],
1011 'regress/regress-806473': [SKIP], 1012 'regress/regress-806473': [SKIP],
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 1190
1190 ############################################################################## 1191 ##############################################################################
1191 ['gcov_coverage', { 1192 ['gcov_coverage', {
1192 # Tests taking too long. 1193 # Tests taking too long.
1193 'array-functions-prototype-misc': [SKIP], 1194 'array-functions-prototype-misc': [SKIP],
1194 'strong/implicit-conversions': [SKIP], 1195 'strong/implicit-conversions': [SKIP],
1195 'strong/load-element-mutate-backing-store': [SKIP], 1196 'strong/load-element-mutate-backing-store': [SKIP],
1196 }], # 'gcov_coverage' 1197 }], # 'gcov_coverage'
1197 1198
1198 ] 1199 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/species.js ('k') | test/mjsunit/regress/regress-544991.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698