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

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

Issue 1032653002: Do not assign positions to parser-generated desugarings. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'debug-stepin-property-function-call': [PASS, NO_VARIANTS], 106 'debug-stepin-property-function-call': [PASS, NO_VARIANTS],
107 'debug-stepnext-do-while': [PASS, NO_VARIANTS], 107 'debug-stepnext-do-while': [PASS, NO_VARIANTS],
108 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], 108 'debug-stepout-scope-part1': [PASS, NO_VARIANTS],
109 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], 109 'debug-stepout-scope-part2': [PASS, NO_VARIANTS],
110 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], 110 'debug-stepout-scope-part3': [PASS, NO_VARIANTS],
111 'debug-scripts-request': [PASS, NO_VARIANTS], 111 'debug-scripts-request': [PASS, NO_VARIANTS],
112 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], 112 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS],
113 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], 113 'es6/debug-stepnext-for': [PASS, NO_VARIANTS],
114 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], 114 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
115 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], 115 'regress/regress-crbug-259300': [PASS, NO_VARIANTS],
116 'es6/regress/regress-468661': [PASS, NO_VARIANTS],
116 117
117 ############################################################################## 118 ##############################################################################
118 # Too slow in debug mode with --stress-opt mode. 119 # Too slow in debug mode with --stress-opt mode.
119 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 120 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
120 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 121 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
121 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 122 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
122 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 123 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
123 124
124 ############################################################################## 125 ##############################################################################
125 # Too slow in debug mode for GC stress mode. 126 # Too slow in debug mode for GC stress mode.
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 599 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
599 600
600 # take too long with the simulator. 601 # take too long with the simulator.
601 'regress/regress-1132': [SKIP], 602 'regress/regress-1132': [SKIP],
602 603
603 # these two issues started after uplevel, believe they share common cause 604 # these two issues started after uplevel, believe they share common cause
604 'debug-references': [SKIP], 605 'debug-references': [SKIP],
605 'mirror-object': [SKIP], 606 'mirror-object': [SKIP],
606 }], # 'arch == ppc and simulator_run == True' 607 }], # 'arch == ppc and simulator_run == True'
607 ] 608 ]
OLDNEW
« test/mjsunit/es6/regress/regress-468661.js ('K') | « test/mjsunit/es6/regress/regress-468661.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698