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

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

Issue 265503002: Re-enable Object.observe and add enforcement for security invariants. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: cr comment Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « src/runtime.cc ('k') | test/cctest/test-object-observe.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 # BUG(3287). 77 # BUG(3287).
78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], 78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY],
79 79
80 ############################################################################ 80 ############################################################################
81 # Slow tests. 81 # Slow tests.
82 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 82 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
83 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 83 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
84 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 84 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
85 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 85 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
86 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 86 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
87
88 # Object.observe is disabled.
89 'test-object-observe/*': [SKIP],
90 'test-microtask-delivery/*': [SKIP],
91 }], # ALWAYS 87 }], # ALWAYS
92 88
93 ############################################################################## 89 ##############################################################################
94 ['arch == arm64', { 90 ['arch == arm64', {
95 91
96 'test-api/Bug618': [PASS], 92 'test-api/Bug618': [PASS],
97 93
98 # BUG(v8:2999). 94 # BUG(v8:2999).
99 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 95 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
100 96
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'test-api/Float32Array' : [SKIP], 317 'test-api/Float32Array' : [SKIP],
322 'test-api/Float64Array' : [SKIP], 318 'test-api/Float64Array' : [SKIP],
323 'test-api/Regress2333' : [SKIP], 319 'test-api/Regress2333' : [SKIP],
324 'test-alloc/StressHandles' : [SKIP], 320 'test-alloc/StressHandles' : [SKIP],
325 'test-alloc/StressJS' : [SKIP], 321 'test-alloc/StressJS' : [SKIP],
326 'test-accessors/HandleScopePop' : [SKIP], 322 'test-accessors/HandleScopePop' : [SKIP],
327 'test-accessors/Gc' : [SKIP], 323 'test-accessors/Gc' : [SKIP],
328 324
329 }], # 'arch == nacl_ia32 or arch == nacl_x64' 325 }], # 'arch == nacl_ia32 or arch == nacl_x64'
330 ] 326 ]
OLDNEW
« no previous file with comments | « src/runtime.cc ('k') | test/cctest/test-object-observe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698