Chromium Code Reviews| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 53 'test-weakmaps/Shrinking': [FAIL], | 53 'test-weakmaps/Shrinking': [FAIL], |
| 54 'test-weaksets/WeakSet_Shrinking': [FAIL], | 54 'test-weaksets/WeakSet_Shrinking': [FAIL], |
| 55 | 55 |
| 56 # Boot up memory use is bloated in debug mode. | 56 # Boot up memory use is bloated in debug mode. |
| 57 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], | 57 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], |
| 58 | 58 |
| 59 # This tests only that the preparser and parser agree, so there is no point in | 59 # This tests only that the preparser and parser agree, so there is no point in |
| 60 # running several variants. Note that this still takes ages, because there | 60 # running several variants. Note that this still takes ages, because there |
| 61 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. | 61 # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here. |
| 62 'test-parsing/ParserSync': [PASS, NO_VARIANTS], | 62 'test-parsing/ParserSync': [PASS, NO_VARIANTS], |
| 63 | |
| 64 ############################################################################ | |
| 65 # Slow tests. | |
| 66 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | |
| 67 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | |
|
Yang
2013/11/26 15:52:30
Threading* tests are a summary of essentially norm
| |
| 63 }], # ALWAYS | 68 }], # ALWAYS |
| 64 | 69 |
| 65 ############################################################################## | 70 ############################################################################## |
| 66 ['system == windows', { | 71 ['system == windows', { |
| 67 | 72 |
| 68 # BUG(2999). | 73 # BUG(2999). |
| 69 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], | 74 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], |
| 70 | 75 |
| 71 # BUG(3005). | 76 # BUG(3005). |
| 72 'test-alloc/CodeRange': [PASS, FAIL], | 77 'test-alloc/CodeRange': [PASS, FAIL], |
| 73 }], # 'system == windows' | 78 }], # 'system == windows' |
| 74 | 79 |
| 75 ############################################################################## | 80 ############################################################################## |
| 76 ['arch == arm', { | 81 ['arch == arm', { |
| 77 | 82 |
| 78 # We cannot assume that we can throw OutOfMemory exceptions in all situations. | 83 # We cannot assume that we can throw OutOfMemory exceptions in all situations. |
| 79 # Apparently our ARM box is in such a state. Skip the test as it also runs for | 84 # Apparently our ARM box is in such a state. Skip the test as it also runs for |
| 80 # a long time. | 85 # a long time. |
| 81 'test-api/OutOfMemory': [SKIP], | 86 'test-api/OutOfMemory': [SKIP], |
| 82 'test-api/OutOfMemoryNested': [SKIP], | 87 'test-api/OutOfMemoryNested': [SKIP], |
| 83 | 88 |
| 84 # BUG(355): Test crashes on ARM. | 89 # BUG(355): Test crashes on ARM. |
| 85 'test-log/ProfLazyMode': [SKIP], | 90 'test-log/ProfLazyMode': [SKIP], |
| 86 | 91 |
| 87 # BUG(1075): Unresolved crashes. | 92 # BUG(1075): Unresolved crashes. |
| 88 'test-serialize/Deserialize': [SKIP], | 93 'test-serialize/Deserialize': [SKIP], |
| 89 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 94 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 90 'test-serialize/DeserializeAndRunScript2': [SKIP], | 95 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 91 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 96 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 97 | |
| 98 ############################################################################ | |
| 99 # Slow tests. | |
| 100 'test-api/Threading1': [PASS, SLOW], | |
| 92 }], # 'arch == arm' | 101 }], # 'arch == arm' |
| 93 | 102 |
| 94 ############################################################################## | 103 ############################################################################## |
| 95 ['arch == mipsel', { | 104 ['arch == mipsel', { |
| 96 | 105 |
| 97 # BUG(2657): Test sometimes times out on MIPS simulator. | 106 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 98 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], | 107 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], |
| 99 | 108 |
| 100 # BUG(1075): Unresolved crashes on MIPS also. | 109 # BUG(1075): Unresolved crashes on MIPS also. |
| 101 'test-serialize/Deserialize': [SKIP], | 110 'test-serialize/Deserialize': [SKIP], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 141 # Profiling doesn't work on Native Client. | 150 # Profiling doesn't work on Native Client. |
| 142 'test-cpu-profiler/*': [SKIP], | 151 'test-cpu-profiler/*': [SKIP], |
| 143 | 152 |
| 144 # Fails since 16322 (new test). | 153 # Fails since 16322 (new test). |
| 145 'test-code-stubs-arm/ConvertDToI': [SKIP], | 154 'test-code-stubs-arm/ConvertDToI': [SKIP], |
| 146 | 155 |
| 147 # BUG(2998). | 156 # BUG(2998). |
| 148 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 157 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
| 149 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 158 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 150 ] | 159 ] |
| OLD | NEW |