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 22 matching lines...) Expand all Loading... |
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], | 42 'test-serialize/DependentTestThatAlwaysFails': [FAIL], |
| 43 'test-api/SealHandleScope': [FAIL], |
43 | 44 |
44 # This test always fails. It tests that LiveEdit causes abort when turned off
. | 45 # This test always fails. It tests that LiveEdit causes abort when turned off
. |
45 'test-debug/LiveEditDisabled': [FAIL], | 46 'test-debug/LiveEditDisabled': [FAIL], |
46 | 47 |
47 # This test always fails. It tests that DisallowJavascriptExecutionScope | 48 # This test always fails. It tests that DisallowJavascriptExecutionScope |
48 # works as intended. | 49 # works as intended. |
49 'test-api/DisallowJavascriptExecutionScope': [FAIL], | 50 'test-api/DisallowJavascriptExecutionScope': [FAIL], |
50 | 51 |
51 # TODO(gc): Temporarily disabled in the GC branch. | 52 # TODO(gc): Temporarily disabled in the GC branch. |
52 'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL], | 53 'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL], |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 # Pass but take too long with the simulator. | 397 # Pass but take too long with the simulator. |
397 'test-api/Threading1': [SKIP], | 398 'test-api/Threading1': [SKIP], |
398 'test-api/Threading2': [SKIP], | 399 'test-api/Threading2': [SKIP], |
399 'test-api/ExternalArrays': [SKIP], | 400 'test-api/ExternalArrays': [SKIP], |
400 | 401 |
401 # isses to be investigated | 402 # isses to be investigated |
402 'test-run-machops/RunWord64EqualInBranchP': [SKIP], | 403 'test-run-machops/RunWord64EqualInBranchP': [SKIP], |
403 | 404 |
404 }], # 'arch == ppc64 and simulator_run == True' | 405 }], # 'arch == ppc64 and simulator_run == True' |
405 ] | 406 ] |
OLD | NEW |