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

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

Issue 2846963003: Array.prototype.map write error. (Closed)
Patch Set: Better nit repair! Created 3 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 | « src/code-stub-assembler.h ('k') | test/mjsunit/regress/regress-716044.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'const-field-tracking': [SKIP], 58 'const-field-tracking': [SKIP],
59 59
60 ############################################################################## 60 ##############################################################################
61 # Too slow in debug mode with --stress-opt mode. 61 # Too slow in debug mode with --stress-opt mode.
62 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 62 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
63 63
64 ############################################################################## 64 ##############################################################################
65 # Too slow in debug mode for validation of elements. 65 # Too slow in debug mode for validation of elements.
66 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 66 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
67 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], 67 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
68 'regress/regress-716044': [PASS, ['mode == debug', SKIP]],
68 69
69 ############################################################################## 70 ##############################################################################
70 # Too slow in debug mode for GC stress mode. 71 # Too slow in debug mode for GC stress mode.
71 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], 72 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
72 73
73 # Too slow in debug mode and under turbofan. 74 # Too slow in debug mode and under turbofan.
74 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]], 75 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
75 76
76 ############################################################################## 77 ##############################################################################
77 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. 78 # Only RegExp stuff tested, no need for extensive optimizing compiler tests.
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'lithium/*': [SKIP], 683 'lithium/*': [SKIP],
683 'third_party/*': [SKIP], 684 'third_party/*': [SKIP],
684 'tools/*': [SKIP], 685 'tools/*': [SKIP],
685 'apply': [SKIP], 686 'apply': [SKIP],
686 'math-*': [SKIP], 687 'math-*': [SKIP],
687 'unicode-test': [SKIP], 688 'unicode-test': [SKIP],
688 'whitespaces': [SKIP], 689 'whitespaces': [SKIP],
689 }], # variant == wasm_traps 690 }], # variant == wasm_traps
690 691
691 ] 692 ]
OLDNEW
« no previous file with comments | « src/code-stub-assembler.h ('k') | test/mjsunit/regress/regress-716044.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698