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

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

Issue 1785973003: [interpreter] Fix source positions for exception messages. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More tests. Created 4 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
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/message/message.status » ('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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 527 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
528 'test-api/SetFunctionEntryHook': [FAIL], 528 'test-api/SetFunctionEntryHook': [FAIL],
529 529
530 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 530 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
531 'test-heap/TestCodeFlushingPreAged': [FAIL], 531 'test-heap/TestCodeFlushingPreAged': [FAIL],
532 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 532 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
533 'test-heap/TestCodeFlushing': [FAIL], 533 'test-heap/TestCodeFlushing': [FAIL],
534 'test-heap/TestCodeFlushingIncremental': [FAIL], 534 'test-heap/TestCodeFlushingIncremental': [FAIL],
535 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 535 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
536 536
537 # TODO(rmcilroy,4689): Stack trace line number failures.
538 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
539 'test-api/TryCatchMixedNesting': [FAIL],
540
541 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position 537 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
542 # on nodes (behind --turbo_source_positions flag). 538 # on nodes (behind --turbo_source_positions flag).
543 'test-cpu-profiler/TickLinesOptimized': [FAIL], 539 'test-cpu-profiler/TickLinesOptimized': [FAIL],
544 540
545 # TODO(rmcilroy,4680): Test assert errors. 541 # TODO(rmcilroy,4680): Test assert errors.
546 'test-feedback-vector/VectorCallICStates': [FAIL], 542 'test-feedback-vector/VectorCallICStates': [FAIL],
547 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 543 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
548 'test-api/PromiseRejectCallback': [FAIL],
549 'test-heap/WeakFunctionInConstructor': [FAIL], 544 'test-heap/WeakFunctionInConstructor': [FAIL],
550 'test-heap/Regress169209': [FAIL], 545 'test-heap/Regress169209': [FAIL],
551 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 546 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
552 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 547 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
553 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 548 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
554 'test-heap/CompilationCacheCachingBehavior': [FAIL], 549 'test-heap/CompilationCacheCachingBehavior': [FAIL],
555 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 550 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
556 'test-run-inlining/InlineTwice': [FAIL], 551 'test-run-inlining/InlineTwice': [FAIL],
557 'test-serialize/CodeSerializerInternalReference': [FAIL, ['arch == arm or arch == arm64', PASS]], 552 'test-serialize/CodeSerializerInternalReference': [FAIL, ['arch == arm or arch == arm64', PASS]],
558 553
559 }], # ignition == True 554 }], # ignition == True
560 555
561 ] 556 ]
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | test/message/message.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698