| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'test-weaksets/WeakSet_Shrinking': [FAIL], | 58 'test-weaksets/WeakSet_Shrinking': [FAIL], |
| 59 | 59 |
| 60 # Boot up memory use is bloated in debug mode. | 60 # Boot up memory use is bloated in debug mode. |
| 61 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], | 61 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], |
| 62 | 62 |
| 63 # This tests only that the preparser and parser agree, so there is no point in | 63 # This tests only that the preparser and parser agree, so there is no point in |
| 64 # running several variants. Note that this still takes ages, because there | 64 # running several variants. Note that this still takes ages, because there |
| 65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. | 65 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
| 66 'test-parsing/ParserSync': [PASS, NO_VARIANTS], | 66 'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
| 67 | 67 |
| 68 # This tests only the type system, so there is no point in running several |
| 69 # variants. |
| 70 'test-types/*': [PASS, NO_VARIANTS], |
| 71 |
| 68 # BUG(2999). | 72 # BUG(2999). |
| 69 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], | 73 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY], |
| 70 | 74 |
| 71 ############################################################################ | 75 ############################################################################ |
| 72 # Slow tests. | 76 # Slow tests. |
| 73 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 77 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
| 74 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 78 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
| 75 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 79 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
| 76 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 80 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
| 77 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 81 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'test-api/Float32Array' : [SKIP], | 312 'test-api/Float32Array' : [SKIP], |
| 309 'test-api/Float64Array' : [SKIP], | 313 'test-api/Float64Array' : [SKIP], |
| 310 'test-api/Regress2333' : [SKIP], | 314 'test-api/Regress2333' : [SKIP], |
| 311 'test-alloc/StressHandles' : [SKIP], | 315 'test-alloc/StressHandles' : [SKIP], |
| 312 'test-alloc/StressJS' : [SKIP], | 316 'test-alloc/StressJS' : [SKIP], |
| 313 'test-accessors/HandleScopePop' : [SKIP], | 317 'test-accessors/HandleScopePop' : [SKIP], |
| 314 'test-accessors/Gc' : [SKIP], | 318 'test-accessors/Gc' : [SKIP], |
| 315 | 319 |
| 316 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 320 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 317 ] | 321 ] |
| OLD | NEW |