aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/README
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-06-03 13:57:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-03 13:57:14 -0700
commit30bf3e2ffcb78fc76e5a62b2ca67638e0411cba9 (patch)
tree1a2f9f974e462b621439d714f80e53a9986dbd3b /dm/README
parent9c4ff80d9b76e1bda532fb9182f66f67cfc95324 (diff)
DM: add pdf
BUG=skia:2598 R=halcanary@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/312873002
Diffstat (limited to 'dm/README')
-rw-r--r--dm/README11
1 files changed, 1 insertions, 10 deletions
diff --git a/dm/README b/dm/README
index 78b962e40f..59b40852c8 100644
--- a/dm/README
+++ b/dm/README
@@ -1,13 +1,4 @@
-DM is like GM, but multithreaded. It doesn't do everything GM does yet.
-
-Current approximate list of missing features:
- --config pdf
- --mismatchPath
- --missingExpectationsPath
- --writePicturePath
-
- --deferred
-
+DM is like GM, but multithreaded. It doesn't do everything GM does.
DM's design is based around Tasks and a TaskRunner.