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

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

Issue 1700993002: Remove strong mode support from property loads. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix comment. 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 | « src/runtime/runtime-object.cc ('k') | test/cctest/interpreter/test-bytecode-generator.cc » ('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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 # BUG(v8:4358). Hangs flakily. 82 # BUG(v8:4358). Hangs flakily.
83 'test-debug/ProcessDebugMessagesThreaded': [SKIP], 83 'test-debug/ProcessDebugMessagesThreaded': [SKIP],
84 84
85 # BUG(2340). Preprocessing stack traces is disabled at the moment. 85 # BUG(2340). Preprocessing stack traces is disabled at the moment.
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.
93 'test-api/StrongModeAccessCheckAllowed': [FAIL],
94 'test-api/StrongModeAccessCheckBlocked': [FAIL],
95
92 ############################################################################## 96 ##############################################################################
93 # TurboFan compiler failures. 97 # TurboFan compiler failures.
94 98
95 # Some tests are just too slow to run for now. 99 # Some tests are just too slow to run for now.
96 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 100 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
97 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 101 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
98 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], 102 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS],
99 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 103 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
100 # BUG(3742). 104 # BUG(3742).
101 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], 105 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 # BUG(4333). Function name inferrer does not work for ES6 clases. 511 # BUG(4333). Function name inferrer does not work for ES6 clases.
508 'test-func-name-inference/UpperCaseClass': [TIMEOUT], 512 'test-func-name-inference/UpperCaseClass': [TIMEOUT],
509 'test-func-name-inference/LowerCaseClass': [TIMEOUT], 513 'test-func-name-inference/LowerCaseClass': [TIMEOUT],
510 514
511 # TODO(rmcilroy,4681): Requires support for generators. 515 # TODO(rmcilroy,4681): Requires support for generators.
512 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], 516 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL],
513 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], 517 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL],
514 'test-api/IsGeneratorFunctionOrObject': [FAIL], 518 'test-api/IsGeneratorFunctionOrObject': [FAIL],
515 519
516 # TODO(rmcilroy,4680): Strong mode failures. 520 # TODO(rmcilroy,4680): Strong mode failures.
517 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL],
518 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL],
519 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL],
520 'test-api/StrongModeAccessCheckBlocked': [FAIL],
521 'test-api/AccessorShouldThrowOnError': [FAIL], 521 'test-api/AccessorShouldThrowOnError': [FAIL],
522 'test-api/InterceptorShouldThrowOnError': [FAIL], 522 'test-api/InterceptorShouldThrowOnError': [FAIL],
523 'test-api/StrongModeAccessCheckAllowed': [FAIL],
524 523
525 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 524 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
526 'test-api/SetFunctionEntryHook': [FAIL], 525 'test-api/SetFunctionEntryHook': [FAIL],
527 526
528 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 527 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
529 'test-heap/TestCodeFlushingPreAged': [FAIL], 528 'test-heap/TestCodeFlushingPreAged': [FAIL],
530 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 529 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
531 'test-heap/TestCodeFlushing': [FAIL], 530 'test-heap/TestCodeFlushing': [FAIL],
532 'test-heap/TestCodeFlushingIncremental': [FAIL], 531 'test-heap/TestCodeFlushingIncremental': [FAIL],
533 532
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], 600 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
602 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], 601 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
603 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], 602 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
604 603
605 # TODO(rmcilroy,4680): Test assert errors. 604 # TODO(rmcilroy,4680): Test assert errors.
606 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], 605 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
607 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], 606 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
608 }], 607 }],
609 608
610 ] 609 ]
OLDNEW
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | test/cctest/interpreter/test-bytecode-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698