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

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

Issue 252063003: disable Object.observe (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: ws 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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 # BUG(3287). 74 # BUG(3287).
75 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], 75 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY],
76 76
77 ############################################################################ 77 ############################################################################
78 # Slow tests. 78 # Slow tests.
79 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 79 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
80 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 80 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
81 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 81 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
82 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 82 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
83 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 83 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
84
85 # Object.observe is disabled.
86 'test-object-observe/*': [SKIP],
87 'test-microtask-delivery/*': [SKIP],
84 }], # ALWAYS 88 }], # ALWAYS
85 89
86 ############################################################################## 90 ##############################################################################
87 ['arch == arm64', { 91 ['arch == arm64', {
88 92
89 'test-api/Bug618': [PASS], 93 'test-api/Bug618': [PASS],
90 94
91 # BUG(v8:2999). 95 # BUG(v8:2999).
92 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 96 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
93 97
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'test-api/Float32Array' : [SKIP], 318 'test-api/Float32Array' : [SKIP],
315 'test-api/Float64Array' : [SKIP], 319 'test-api/Float64Array' : [SKIP],
316 'test-api/Regress2333' : [SKIP], 320 'test-api/Regress2333' : [SKIP],
317 'test-alloc/StressHandles' : [SKIP], 321 'test-alloc/StressHandles' : [SKIP],
318 'test-alloc/StressJS' : [SKIP], 322 'test-alloc/StressJS' : [SKIP],
319 'test-accessors/HandleScopePop' : [SKIP], 323 'test-accessors/HandleScopePop' : [SKIP],
320 'test-accessors/Gc' : [SKIP], 324 'test-accessors/Gc' : [SKIP],
321 325
322 }], # 'arch == nacl_ia32 or arch == nacl_x64' 326 }], # 'arch == nacl_ia32 or arch == nacl_x64'
323 ] 327 ]
OLDNEW
« no previous file with comments | « src/object-observe.js ('k') | test/mjsunit/mjsunit.status » ('j') | test/mjsunit/mjsunit.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698