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

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

Issue 934323004: Teach ModuleDescriptor about basic local exports (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Handled review comments, added message tests Created 5 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'test-weaksets/WeakSet_Shrinking': [FAIL], 56 'test-weaksets/WeakSet_Shrinking': [FAIL],
57 57
58 # Boot up memory use is bloated in debug mode. 58 # Boot up memory use is bloated in debug mode.
59 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], 59 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
60 60
61 # This tests only that the preparser and parser agree, so there is no point in 61 # This tests only that the preparser and parser agree, so there is no point in
62 # running several variants. Note that this still takes ages, because there 62 # running several variants. Note that this still takes ages, because there
63 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. 63 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
64 'test-parsing/ParserSync': [PASS, NO_VARIANTS], 64 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
65 65
66 # Modules are busted
67 'test-parsing/ExportsMaybeAssigned': [SKIP],
68
69 # This tests only the type system, so there is no point in running several 66 # This tests only the type system, so there is no point in running several
70 # variants. 67 # variants.
71 'test-hydrogen-types/*': [PASS, NO_VARIANTS], 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS],
72 'test-types/*': [PASS, NO_VARIANTS], 69 'test-types/*': [PASS, NO_VARIANTS],
73 70
74 # The cpu profiler tests are notoriously flaky. 71 # The cpu profiler tests are notoriously flaky.
75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
77 'test-cpu-profiler/*': [PASS, FLAKY], 74 'test-cpu-profiler/*': [PASS, FLAKY],
78 'test-cpu-profiler/*': [SKIP], 75 'test-cpu-profiler/*': [SKIP],
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'test-accessors/HandleScopePop' : [SKIP], 396 'test-accessors/HandleScopePop' : [SKIP],
400 'test-accessors/Gc' : [SKIP], 397 'test-accessors/Gc' : [SKIP],
401 398
402 }], # 'arch == nacl_ia32 or arch == nacl_x64' 399 }], # 'arch == nacl_ia32 or arch == nacl_x64'
403 400
404 ['arch == ppc64', { 401 ['arch == ppc64', {
405 #issue 2857 402 #issue 2857
406 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP], 403 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP],
407 }], # 'arch == ppc64' 404 }], # 'arch == ppc64'
408 ] 405 ]
OLDNEW
« no previous file with comments | « src/scopeinfo.cc ('k') | test/cctest/test-parsing.cc » ('j') | test/message/export-duplicate.out » ('J')

Powered by Google App Engine
This is Rietveld 408576698