Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(943)

Side by Side Diff: test/cctest/cctest.status

Issue 985873002: api: introduce SealHandleScope (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixes Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/api.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 ]
OLDNEW
« no previous file with comments | « src/api.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698