| 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 28 matching lines...) Expand all Loading... |
| 39 'test-api/InitializeAndDisposeMultiple': [SKIP], | 39 'test-api/InitializeAndDisposeMultiple': [SKIP], |
| 40 | 40 |
| 41 # These tests always fail. They are here to test test.py. If | 41 # These tests always fail. They are here to test test.py. If |
| 42 # they don't fail then test.py has failed. | 42 # they don't fail then test.py has failed. |
| 43 'test-serialize/TestThatAlwaysFails': [FAIL], | 43 'test-serialize/TestThatAlwaysFails': [FAIL], |
| 44 'test-serialize/DependentTestThatAlwaysFails': [FAIL], | 44 'test-serialize/DependentTestThatAlwaysFails': [FAIL], |
| 45 | 45 |
| 46 # This test always fails. It tests that LiveEdit causes abort when turned off
. | 46 # This test always fails. It tests that LiveEdit causes abort when turned off
. |
| 47 'test-debug/LiveEditDisabled': [FAIL], | 47 'test-debug/LiveEditDisabled': [FAIL], |
| 48 | 48 |
| 49 # This test always fails. It tests that DisallowJavascriptExecutionScope |
| 50 # works as intended. |
| 51 'test-api/DisallowJavascriptExecutionScope': [FAIL], |
| 52 |
| 49 # TODO(gc): Temporarily disabled in the GC branch. | 53 # TODO(gc): Temporarily disabled in the GC branch. |
| 50 'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL], | 54 'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL], |
| 51 | 55 |
| 52 # We do not yet shrink weak maps after they have been emptied by the GC | 56 # We do not yet shrink weak maps after they have been emptied by the GC |
| 53 'test-weakmaps/Shrinking': [FAIL], | 57 'test-weakmaps/Shrinking': [FAIL], |
| 54 'test-weaksets/WeakSet_Shrinking': [FAIL], | 58 'test-weaksets/WeakSet_Shrinking': [FAIL], |
| 55 | 59 |
| 56 # Boot up memory use is bloated in debug mode. | 60 # Boot up memory use is bloated in debug mode. |
| 57 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], | 61 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]], |
| 58 | 62 |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 # Fails since 16322 (new test). | 223 # Fails since 16322 (new test). |
| 220 'test-code-stubs-arm/ConvertDToI': [SKIP], | 224 'test-code-stubs-arm/ConvertDToI': [SKIP], |
| 221 | 225 |
| 222 # BUG(2998). | 226 # BUG(2998). |
| 223 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], | 227 'test-macro-assembler-arm/LoadAndStoreWithRepresentation': [SKIP], |
| 224 | 228 |
| 225 # BUG(3150). | 229 # BUG(3150). |
| 226 'test-api/PreCompileInvalidPreparseDataError': [SKIP], | 230 'test-api/PreCompileInvalidPreparseDataError': [SKIP], |
| 227 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 231 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 228 ] | 232 ] |
| OLD | NEW |