[Lldb-commits] [lldb] r121421 - /lldb/trunk/test/expression_command/test/TestExprs.py

Johnny Chen johnny.chen at apple.com
Thu Dec 9 14:11:59 PST 2010


Author: johnny
Date: Thu Dec  9 16:11:59 2010
New Revision: 121421

URL: http://llvm.org/viewvc/llvm-project?rev=121421&view=rev
Log:
Add more module docstring.

Modified:
    lldb/trunk/test/expression_command/test/TestExprs.py

Modified: lldb/trunk/test/expression_command/test/TestExprs.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/test/TestExprs.py?rev=121421&r1=121420&r2=121421&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/test/TestExprs.py (original)
+++ lldb/trunk/test/expression_command/test/TestExprs.py Thu Dec  9 16:11:59 2010
@@ -1,5 +1,14 @@
 """
 Test many basic expression commands and SBFrame.EvaluateExpression() API.
+
+Test cases:
+
+o test_many_expr_commands:
+  Test many basic expression commands.
+o test_evaluate_expression_python:
+  Use Python APIs (SBFrame.EvaluateExpression()) to evaluate expressions.
+o test_expr_commands_can_handle_quotes:
+  Throw some expression commands with quotes at lldb.
 """
 
 import os, time





More information about the lldb-commits mailing list