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

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

Issue 301603005: Unflake and speedup JsNative*Sample cpu profile tests (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebaseline Created 6 years, 5 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/profile-generator.cc ('k') | test/cctest/test-cpu-profiler.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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # This tests only that the preparser and parser agree, so there is no point in 63 # This tests only that the preparser and parser agree, so there is no point in
64 # running several variants. Note that this still takes ages, because there 64 # running several variants. Note that this still takes ages, because there
65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. 65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
66 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 66 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
67 67
68 # This tests only the type system, so there is no point in running several 68 # This tests only the type system, so there is no point in running several
69 # variants. 69 # variants.
70 'test-hydrogen-types/*': [PASS, NO_VARIANTS], 70 'test-hydrogen-types/*': [PASS, NO_VARIANTS],
71 'test-types/*': [PASS, NO_VARIANTS], 71 'test-types/*': [PASS, NO_VARIANTS],
72 72
73 # The cpu profiler tests are notoriously flaky.
74 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
75 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
76 'test-cpu-profiler/*': [PASS, FLAKY],
77
78 ############################################################################ 73 ############################################################################
79 # Slow tests. 74 # Slow tests.
80 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 75 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
81 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 76 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
82 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 77 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
83 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 78 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
84 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 79 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
85 }], # ALWAYS 80 }], # ALWAYS
86 81
87 ############################################################################## 82 ##############################################################################
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'test-api/Float32Array' : [SKIP], 347 'test-api/Float32Array' : [SKIP],
353 'test-api/Float64Array' : [SKIP], 348 'test-api/Float64Array' : [SKIP],
354 'test-api/Regress2333' : [SKIP], 349 'test-api/Regress2333' : [SKIP],
355 'test-alloc/StressHandles' : [SKIP], 350 'test-alloc/StressHandles' : [SKIP],
356 'test-alloc/StressJS' : [SKIP], 351 'test-alloc/StressJS' : [SKIP],
357 'test-accessors/HandleScopePop' : [SKIP], 352 'test-accessors/HandleScopePop' : [SKIP],
358 'test-accessors/Gc' : [SKIP], 353 'test-accessors/Gc' : [SKIP],
359 354
360 }], # 'arch == nacl_ia32 or arch == nacl_x64' 355 }], # 'arch == nacl_ia32 or arch == nacl_x64'
361 ] 356 ]
OLDNEW
« no previous file with comments | « src/profile-generator.cc ('k') | test/cctest/test-cpu-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698