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(3840). Test fails with some random seeds. | |
82 'test-types/Maybe': [PASS, FAIL], | |
83 | |
84 ############################################################################## | 81 ############################################################################## |
85 # TurboFan compiler failures. | 82 # TurboFan compiler failures. |
86 | 83 |
87 # Some tests are just too slow to run for now. | 84 # Some tests are just too slow to run for now. |
88 'test-api/Threading*': [PASS, NO_VARIANTS], | 85 'test-api/Threading*': [PASS, NO_VARIANTS], |
89 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], | 86 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_
VARIANTS], |
90 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 87 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
91 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 88 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
92 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], | 89 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], |
93 # BUG(3742). | 90 # BUG(3742). |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 'test-api/Float32Array' : [SKIP], | 393 'test-api/Float32Array' : [SKIP], |
397 'test-api/Float64Array' : [SKIP], | 394 'test-api/Float64Array' : [SKIP], |
398 'test-api/Regress2333' : [SKIP], | 395 'test-api/Regress2333' : [SKIP], |
399 'test-alloc/StressHandles' : [SKIP], | 396 'test-alloc/StressHandles' : [SKIP], |
400 'test-alloc/StressJS' : [SKIP], | 397 'test-alloc/StressJS' : [SKIP], |
401 'test-accessors/HandleScopePop' : [SKIP], | 398 'test-accessors/HandleScopePop' : [SKIP], |
402 'test-accessors/Gc' : [SKIP], | 399 'test-accessors/Gc' : [SKIP], |
403 | 400 |
404 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 401 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
405 ] | 402 ] |
OLD | NEW |