| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'test-weaksets/WeakSet_Shrinking': [FAIL], | 56 'test-weaksets/WeakSet_Shrinking': [FAIL], |
| 57 | 57 |
| 58 # Boot up memory use is bloated in debug mode. | 58 # Boot up memory use is bloated in debug mode. |
| 59 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], | 59 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], |
| 60 | 60 |
| 61 # This tests only that the preparser and parser agree, so there is no point in | 61 # This tests only that the preparser and parser agree, so there is no point in |
| 62 # running several variants. Note that this still takes ages, because there | 62 # running several variants. Note that this still takes ages, because there |
| 63 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. | 63 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
| 64 'test-parsing/ParserSync': [PASS, NO_VARIANTS], | 64 'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
| 65 | 65 |
| 66 # Modules are busted |
| 67 'test-parsing/ExportsMaybeAssigned': [SKIP], |
| 68 |
| 66 # This tests only the type system, so there is no point in running several | 69 # This tests only the type system, so there is no point in running several |
| 67 # variants. | 70 # variants. |
| 68 'test-hydrogen-types/*': [PASS, NO_VARIANTS], | 71 'test-hydrogen-types/*': [PASS, NO_VARIANTS], |
| 69 'test-types/*': [PASS, NO_VARIANTS], | 72 'test-types/*': [PASS, NO_VARIANTS], |
| 70 | 73 |
| 71 # The cpu profiler tests are notoriously flaky. | 74 # The cpu profiler tests are notoriously flaky. |
| 72 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) | 75 # BUG(2999). (test/cpu-profiler/CollectCpuProfile) |
| 73 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) | 76 # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup) |
| 74 'test-cpu-profiler/*': [PASS, FLAKY], | 77 'test-cpu-profiler/*': [PASS, FLAKY], |
| 75 'test-cpu-profiler/*': [SKIP], | 78 'test-cpu-profiler/*': [SKIP], |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'test-api/Float32Array' : [SKIP], | 393 'test-api/Float32Array' : [SKIP], |
| 391 'test-api/Float64Array' : [SKIP], | 394 'test-api/Float64Array' : [SKIP], |
| 392 'test-api/Regress2333' : [SKIP], | 395 'test-api/Regress2333' : [SKIP], |
| 393 'test-alloc/StressHandles' : [SKIP], | 396 'test-alloc/StressHandles' : [SKIP], |
| 394 'test-alloc/StressJS' : [SKIP], | 397 'test-alloc/StressJS' : [SKIP], |
| 395 'test-accessors/HandleScopePop' : [SKIP], | 398 'test-accessors/HandleScopePop' : [SKIP], |
| 396 'test-accessors/Gc' : [SKIP], | 399 'test-accessors/Gc' : [SKIP], |
| 397 | 400 |
| 398 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 401 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 399 ] | 402 ] |
| OLD | NEW |