| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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-types/*': [PASS, NO_VARIANTS], | 70 'test-types/*': [PASS, NO_VARIANTS], |
| 71 | 71 |
| 72 # BUG(2999). | 72 # BUG(2999). |
| 73 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], | 73 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
| 74 # BUG(3287). | 74 # BUG(3287). |
| 75 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], | 75 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], |
| 76 | 76 |
| 77 # BUG(3350). Crashes. | |
| 78 'test-heap/PathTracer': [SKIP], | |
| 79 | |
| 80 ############################################################################ | 77 ############################################################################ |
| 81 # Slow tests. | 78 # Slow tests. |
| 82 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 79 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 83 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 80 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 84 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 81 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 85 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 82 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 86 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 83 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 87 }], # ALWAYS | 84 }], # ALWAYS |
| 88 | 85 |
| 89 ############################################################################## | 86 ############################################################################## |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'test-api/Float32Array' : [SKIP], | 318 'test-api/Float32Array' : [SKIP], |
| 322 'test-api/Float64Array' : [SKIP], | 319 'test-api/Float64Array' : [SKIP], |
| 323 'test-api/Regress2333' : [SKIP], | 320 'test-api/Regress2333' : [SKIP], |
| 324 'test-alloc/StressHandles' : [SKIP], | 321 'test-alloc/StressHandles' : [SKIP], |
| 325 'test-alloc/StressJS' : [SKIP], | 322 'test-alloc/StressJS' : [SKIP], |
| 326 'test-accessors/HandleScopePop' : [SKIP], | 323 'test-accessors/HandleScopePop' : [SKIP], |
| 327 'test-accessors/Gc' : [SKIP], | 324 'test-accessors/Gc' : [SKIP], |
| 328 | 325 |
| 329 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 326 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 330 ] | 327 ] |
| OLD | NEW |