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