| 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 21 matching lines...) Expand all Loading... |
| 32 'test-serialize/Bug*': [FAIL], | 32 'test-serialize/Bug*': [FAIL], |
| 33 | 33 |
| 34 ############################################################################## | 34 ############################################################################## |
| 35 | 35 |
| 36 # BUG(382): Weird test. Can't guarantee that it never times out. | 36 # BUG(382): Weird test. Can't guarantee that it never times out. |
| 37 'test-api/ApplyInterruption': [PASS, TIMEOUT], | 37 'test-api/ApplyInterruption': [PASS, TIMEOUT], |
| 38 | 38 |
| 39 # These tests always fail. They are here to test test.py. If | 39 # These tests always fail. They are here to test test.py. If |
| 40 # they don't fail then test.py has failed. | 40 # they don't fail then test.py has failed. |
| 41 'test-serialize/TestThatAlwaysFails': [FAIL], | 41 'test-serialize/TestThatAlwaysFails': [FAIL], |
| 42 'test-serialize/DependentTestThatAlwaysFails': [FAIL], | |
| 43 'test-api/SealHandleScope': [FAIL], | 42 'test-api/SealHandleScope': [FAIL], |
| 44 | 43 |
| 45 # This test always fails. It tests that LiveEdit causes abort when turned off
. | 44 # This test always fails. It tests that LiveEdit causes abort when turned off
. |
| 46 'test-debug/LiveEditDisabled': [FAIL], | 45 'test-debug/LiveEditDisabled': [FAIL], |
| 47 | 46 |
| 48 # This test always fails. It tests that DisallowJavascriptExecutionScope | 47 # This test always fails. It tests that DisallowJavascriptExecutionScope |
| 49 # works as intended. | 48 # works as intended. |
| 50 'test-api/DisallowJavascriptExecutionScope': [FAIL], | 49 'test-api/DisallowJavascriptExecutionScope': [FAIL], |
| 51 | 50 |
| 52 # TODO(gc): Temporarily disabled in the GC branch. | 51 # TODO(gc): Temporarily disabled in the GC branch. |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 556 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 558 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 557 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 559 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 558 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 560 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 559 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 561 'test-run-inlining/InlineTwice': [FAIL], | 560 'test-run-inlining/InlineTwice': [FAIL], |
| 562 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 561 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 563 | 562 |
| 564 }], # ignition == True | 563 }], # ignition == True |
| 565 | 564 |
| 566 ] | 565 ] |
| OLD | NEW |