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

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

Issue 165443: X64: Implement RegExp natively. (Closed)
Patch Set: Addressed review comments. Created 11 years, 4 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
OLDNEW
1 # Copyright 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 test-debug/StepWithException: CRASH || FAIL 106 test-debug/StepWithException: CRASH || FAIL
107 test-debug/DebugBreak: CRASH || FAIL 107 test-debug/DebugBreak: CRASH || FAIL
108 test-debug/DisableBreak: CRASH || FAIL 108 test-debug/DisableBreak: CRASH || FAIL
109 test-debug/MessageQueues: CRASH || FAIL 109 test-debug/MessageQueues: CRASH || FAIL
110 test-debug/CallFunctionInDebugger: SKIP 110 test-debug/CallFunctionInDebugger: SKIP
111 test-debug/RecursiveBreakpoints: CRASH || FAIL 111 test-debug/RecursiveBreakpoints: CRASH || FAIL
112 test-debug/DebuggerUnload: CRASH || FAIL 112 test-debug/DebuggerUnload: CRASH || FAIL
113 test-debug/DebuggerHostDispatch: CRASH || FAIL 113 test-debug/DebuggerHostDispatch: CRASH || FAIL
114 test-debug/DebugBreakInMessageHandler: CRASH || FAIL 114 test-debug/DebugBreakInMessageHandler: CRASH || FAIL
115 test-debug/NoDebugBreakInAfterCompileMessageHandler: CRASH || FAIL 115 test-debug/NoDebugBreakInAfterCompileMessageHandler: CRASH || FAIL
116 test-debug/RegExpDebugBreak: FAIL
116 test-api/Threading: CRASH || FAIL 117 test-api/Threading: CRASH || FAIL
117 test-api/Threading2: PASS || TIMEOUT 118 test-api/Threading2: PASS || TIMEOUT
118 test-api/TryCatchSourceInfo: CRASH || FAIL 119 test-api/TryCatchSourceInfo: CRASH || FAIL
119 test-api/RegExpInterruption: PASS || TIMEOUT 120 test-api/RegExpInterruption: PASS || TIMEOUT
120 test-api/RegExpStringModification: PASS || TIMEOUT 121 test-api/RegExpStringModification: PASS || TIMEOUT
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698