OLD | NEW |
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 # The cpu profiler tests are notoriously flaky. | 71 # The cpu profiler tests are notoriously flaky. |
72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) | 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) | 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
74 'test-cpu-profiler/*': [PASS, FLAKY], | 74 'test-cpu-profiler/*': [PASS, FLAKY], |
75 'test-cpu-profiler/*': [SKIP], | 75 'test-cpu-profiler/*': [SKIP], |
76 | 76 |
77 # BUG(3525). Test crashes flakily. | 77 # BUG(3525). Test crashes flakily. |
78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], | 78 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], |
79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], | 79 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], |
80 | 80 |
81 # BUG(3629). Known memory leak. | |
82 'test-heap/WeakMapInPolymorphicStoreIC': [SKIP], | |
83 # BUG(3663). | |
84 'test-heap/WeakMapInPolymorphicLoadIC': [SKIP], | |
85 'test-heap/WeakMapInPolymorphicKeyedLoadIC': [SKIP], | |
86 'test-heap/WeakMapInPolymorphicKeyedStoreIC': [SKIP], | |
87 'test-heap/IncrementalMarkingPreservesPolymorphicIC': [SKIP], | |
88 | |
89 ############################################################################## | 81 ############################################################################## |
90 # TurboFan compiler failures. | 82 # TurboFan compiler failures. |
91 | 83 |
92 # Some tests are just too slow to run for now. | 84 # Some tests are just too slow to run for now. |
93 'test-api/Threading*': [PASS, NO_VARIANTS], | 85 'test-api/Threading*': [PASS, NO_VARIANTS], |
94 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
95 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
96 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
97 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
98 # BUG(3742). | 90 # BUG(3742). |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'test-api/Float32Array' : [SKIP], | 420 'test-api/Float32Array' : [SKIP], |
429 'test-api/Float64Array' : [SKIP], | 421 'test-api/Float64Array' : [SKIP], |
430 'test-api/Regress2333' : [SKIP], | 422 'test-api/Regress2333' : [SKIP], |
431 'test-alloc/StressHandles' : [SKIP], | 423 'test-alloc/StressHandles' : [SKIP], |
432 'test-alloc/StressJS' : [SKIP], | 424 'test-alloc/StressJS' : [SKIP], |
433 'test-accessors/HandleScopePop' : [SKIP], | 425 'test-accessors/HandleScopePop' : [SKIP], |
434 'test-accessors/Gc' : [SKIP], | 426 'test-accessors/Gc' : [SKIP], |
435 | 427 |
436 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 428 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
437 ] | 429 ] |
OLD | NEW |