| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 | 70 |
| 71 # This tests only the type system, so there is no point in running several | 71 # This tests only the type system, so there is no point in running several |
| 72 # variants. | 72 # variants. |
| 73 'test-types/*': [PASS, NO_VARIANTS], | 73 'test-types/*': [PASS, NO_VARIANTS], |
| 74 | 74 |
| 75 # BUG(2999). | 75 # BUG(2999). |
| 76 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], | 76 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
| 77 # BUG(3287). | 77 # BUG(3287). |
| 78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], | 78 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY], |
| 79 # BUG(3308). | 79 # BUG(3308). |
| 80 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [PASS, FLAKY] | 80 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [PASS, FLAKY], |
| 81 | 81 |
| 82 ############################################################################ | 82 ############################################################################ |
| 83 # Slow tests. | 83 # Slow tests. |
| 84 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 84 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 85 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 85 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 86 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 86 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 87 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 87 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 88 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 88 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 89 }], # ALWAYS | 89 }], # ALWAYS |
| 90 | 90 |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'test-api/Float32Array' : [SKIP], | 319 'test-api/Float32Array' : [SKIP], |
| 320 'test-api/Float64Array' : [SKIP], | 320 'test-api/Float64Array' : [SKIP], |
| 321 'test-api/Regress2333' : [SKIP], | 321 'test-api/Regress2333' : [SKIP], |
| 322 'test-alloc/StressHandles' : [SKIP], | 322 'test-alloc/StressHandles' : [SKIP], |
| 323 'test-alloc/StressJS' : [SKIP], | 323 'test-alloc/StressJS' : [SKIP], |
| 324 'test-accessors/HandleScopePop' : [SKIP], | 324 'test-accessors/HandleScopePop' : [SKIP], |
| 325 'test-accessors/Gc' : [SKIP], | 325 'test-accessors/Gc' : [SKIP], |
| 326 | 326 |
| 327 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 327 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 328 ] | 328 ] |
| OLD | NEW |