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

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

Issue 1738653003: [interpreter] Remove wholesale skipping of strong mode tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_strong-remove-count
Patch Set: Remove more skips. 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-array-builder.cc ('k') | test/mjsunit/mjsunit.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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 530
531 # BUG(4333). Function name inferrer does not work for ES6 clases. 531 # BUG(4333). Function name inferrer does not work for ES6 clases.
532 'test-func-name-inference/UpperCaseClass': [TIMEOUT], 532 'test-func-name-inference/UpperCaseClass': [TIMEOUT],
533 'test-func-name-inference/LowerCaseClass': [TIMEOUT], 533 'test-func-name-inference/LowerCaseClass': [TIMEOUT],
534 534
535 # TODO(rmcilroy,4681): Requires support for generators. 535 # TODO(rmcilroy,4681): Requires support for generators.
536 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], 536 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL],
537 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], 537 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL],
538 'test-api/IsGeneratorFunctionOrObject': [FAIL], 538 'test-api/IsGeneratorFunctionOrObject': [FAIL],
539 539
540 # TODO(rmcilroy,4680): Strong mode failures.
541 'test-api/AccessorShouldThrowOnError': [FAIL],
542 'test-api/InterceptorShouldThrowOnError': [FAIL],
543
544 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 540 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
545 'test-api/SetFunctionEntryHook': [FAIL], 541 'test-api/SetFunctionEntryHook': [FAIL],
546 542
547 # TODO(rmcilroy,4680): Fail on shared_function_data()->IsUndefined in 543 # TODO(rmcilroy,4680): Fail on shared_function_data()->IsUndefined in
548 #compiler.cc 544 #compiler.cc
549 'test-heap/CanonicalSharedFunctionInfo': [PASS, ['mode == debug or dcheck_alwa ys_on == True', FAIL]], 545 'test-heap/CanonicalSharedFunctionInfo': [PASS, ['mode == debug or dcheck_alwa ys_on == True', FAIL]],
550 546
551 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 547 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
552 'test-heap/TestCodeFlushingPreAged': [FAIL], 548 'test-heap/TestCodeFlushingPreAged': [FAIL],
553 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 549 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 608
613 # TODO(rmcilroy,4680): Test assert errors. 609 # TODO(rmcilroy,4680): Test assert errors.
614 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], 610 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
615 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], 611 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
616 612
617 # TODO(rmcilroy,mattloring). 613 # TODO(rmcilroy,mattloring).
618 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], 614 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]],
619 }], 615 }],
620 616
621 ] 617 ]
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-array-builder.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698