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

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

Issue 1079713002: api: introduce SealHandleScope (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix typo in a test Created 5 years, 8 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ############################################################################## 412 ##############################################################################
412 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 413 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
413 414
414 # Pass but take too long with the simulator. 415 # Pass but take too long with the simulator.
415 'test-api/Threading1': [PASS, SLOW], 416 'test-api/Threading1': [PASS, SLOW],
416 'test-api/Threading2': [PASS, SLOW], 417 'test-api/Threading2': [PASS, SLOW],
417 'test-api/ExternalArrays': [PASS, SLOW], 418 'test-api/ExternalArrays': [PASS, SLOW],
418 419
419 }], # 'arch == ppc64 and simulator_run == True' 420 }], # 'arch == ppc64 and simulator_run == True'
420 ] 421 ]
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