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

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

Issue 1738143002: [Interpreter] Rebaseline ForOf bytecode generator tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | test/cctest/interpreter/bytecode_expectations/ForOf.golden » ('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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'test-heap/PreprocessStackTrace': [FAIL], 86 'test-heap/PreprocessStackTrace': [FAIL],
87 87
88 # BUG(4333). Function name inferrer does not work for ES6 clases. 88 # BUG(4333). Function name inferrer does not work for ES6 clases.
89 'test-func-name-inference/UpperCaseClass': [FAIL], 89 'test-func-name-inference/UpperCaseClass': [FAIL],
90 'test-func-name-inference/LowerCaseClass': [FAIL], 90 'test-func-name-inference/LowerCaseClass': [FAIL],
91 91
92 # BUG(3956). Strong mode is being deprecated. Decide about these tests. 92 # BUG(3956). Strong mode is being deprecated. Decide about these tests.
93 'test-api/StrongModeAccessCheckAllowed': [FAIL], 93 'test-api/StrongModeAccessCheckAllowed': [FAIL],
94 'test-api/StrongModeAccessCheckBlocked': [FAIL], 94 'test-api/StrongModeAccessCheckBlocked': [FAIL],
95 95
96 # Iterator finalization was implemented, which changed the bytecode
97 # generated from for-of loops
98 'test-bytecode-generator/ForOf': [FAIL],
99
100 ############################################################################## 96 ##############################################################################
101 # TurboFan compiler failures. 97 # TurboFan compiler failures.
102 98
103 # Some tests are just too slow to run for now. 99 # Some tests are just too slow to run for now.
104 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 100 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
105 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 101 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
106 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], 102 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS],
107 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 103 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
108 # BUG(3742). 104 # BUG(3742).
109 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], 105 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 562 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
567 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 563 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
568 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 564 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
569 'test-heap/CompilationCacheCachingBehavior': [FAIL], 565 'test-heap/CompilationCacheCachingBehavior': [FAIL],
570 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 566 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
571 'test-run-inlining/InlineTwice': [FAIL], 567 'test-run-inlining/InlineTwice': [FAIL],
572 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]], 568 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]],
573 }], # ignition == True 569 }], # ignition == True
574 570
575 ] 571 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/interpreter/bytecode_expectations/ForOf.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698