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

Unified Diff: test/cctest/cctest.status

Issue 1654953003: [Interpreter] Mark flaky Ignition tests as PASS, FAIL. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 563c2803eed503f9619e82015f89a0761284c28d..a334c45aa6d88fffc6db12489943d6c811d8a25c 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -723,20 +723,16 @@
}], # ignition == True
['ignition == True and mode == debug and arch == x64', {
- # TODO(rmcilroy,4680): Fatal error in .././src/handles.h, line 206
- 'test-run-jsexceptions/CatchNested': [FAIL],
- 'test-run-jsexceptions/Catch': [FAIL],
- 'test-run-jsexceptions/CatchBreak': [FAIL],
- 'test-run-jsexceptions/CatchCall': [FAIL],
- 'test-run-jsexceptions/DeoptCatch': [FAIL],
-
- # TODO(rmcilroy,4689): Stack trace line number failures.
- 'test-api/TryCatchMixedNesting': [FAIL],
-
- # TODO(rmcilroy,4680): Test assert failures.
- 'test-api/CallAsFunction': [FAIL],
- 'test-api/ConstructorForObject': [FAIL],
- 'test-api/Regress528': [FAIL],
+ # TODO(rmcilroy,4680): Flaky failures.
Michael Achenbach 2016/02/02 11:26:10 Not sure if they are really flaky. On linux64 debu
rmcilroy 2016/02/02 14:19:52 Hmm weird. On my local machine these would fail in
+ 'test-run-jsexceptions/CatchNested': [PASS, FAIL],
+ 'test-run-jsexceptions/Catch': [PASS, FAIL],
+ 'test-run-jsexceptions/CatchBreak': [PASS, FAIL],
+ 'test-run-jsexceptions/CatchCall': [PASS, FAIL],
+ 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL],
+ 'test-api/CallAsFunction': [PASS, FAIL],
+ 'test-api/ConstructorForObject': [PASS, FAIL],
+ 'test-api/Regress528': [PASS, FAIL],
+ 'test-api/TryCatchMixedNesting': [PASS, FAIL],
}],
['ignition == True and arch == x64', {
@@ -754,16 +750,16 @@
['ignition == True and arch == arm64', {
# TODO(rmcilroy,4680): Arm64 specific test failures.
- 'test-decls/CrossScriptReferencesHarmony': [FAIL],
'test-js-arm64-variables/lookup_slots': [FAIL],
- 'test-serialize/SerializeInternalReference': [FAIL],
- 'test-spaces/SizeOfFirstPageIsLargeEnough': [FAIL],
- 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [FAIL],
- 'test-api/ExternalWrap': [FAIL],
# TODO(rmcilroy,4680): Arm64 flakes.
+ 'test-serialize/SerializeInternalReference': [PASS, FAIL],
+ 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
+ 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
'test-heap/Regress538257': [PASS, FAIL],
'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
+ 'test-api/ExternalWrap': [PASS, FAIL],
+ 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
}], # ignition == True and arch == arm64
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698