Remove Expect Files from python / tracing / script interop
authorElias Ellison <eellison@fb.com>
Tue, 5 Mar 2019 06:38:41 +0000 (22:38 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 5 Mar 2019 07:04:54 +0000 (23:04 -0800)
commit7fc3aa8c49cda3433a2a04e7be504d3dfffbd426
tree806cae508cb85695d0c1d991196b0063e9294b4e
parentb219882c0b9918a8e8639a4588f4302a0961c306
Remove Expect Files from python / tracing / script interop

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17622

Differential Revision: D14308307

Pulled By: eellison

fbshipit-source-id: bda249d38ac2570000a12b0ca328c26233ecefe8
30 files changed:
test/expect/TestCustomOperators.test_script_graph_contains_custom_op.expect [deleted file]
test/expect/TestJit.test_nested_inplace.expect [deleted file]
test/expect/TestJit.test_recursive_cse.expect [deleted file]
test/expect/TestJit.test_shared_param.expect [deleted file]
test/expect/TestScript.test_augmented_assign.expect [deleted file]
test/expect/TestScript.test_call_python_fn_from_script_fn.expect [deleted file]
test/expect/TestScript.test_call_python_fn_from_script_module.expect [deleted file]
test/expect/TestScript.test_call_python_fn_from_traced_module.expect [deleted file]
test/expect/TestScript.test_call_python_mod_from_script_fn.expect [deleted file]
test/expect/TestScript.test_call_python_mod_from_script_module.expect [deleted file]
test/expect/TestScript.test_call_python_mod_from_traced_module.expect [deleted file]
test/expect/TestScript.test_call_python_mod_from_tracing_fn.expect [deleted file]
test/expect/TestScript.test_call_script_fn_from_script_fn.expect [deleted file]
test/expect/TestScript.test_call_script_fn_from_script_module.expect [deleted file]
test/expect/TestScript.test_call_script_fn_from_traced_module.expect [deleted file]
test/expect/TestScript.test_call_script_fn_from_tracing_fn.expect [deleted file]
test/expect/TestScript.test_call_script_mod_from_script_fn.expect [deleted file]
test/expect/TestScript.test_call_script_mod_from_script_module.expect [deleted file]
test/expect/TestScript.test_call_script_mod_from_tracing_fn.expect [deleted file]
test/expect/TestScript.test_call_script_module_from_traced_module.expect [deleted file]
test/expect/TestScript.test_call_traced_fn_from_script_fn.expect [deleted file]
test/expect/TestScript.test_call_traced_fn_from_traced_module.expect [deleted file]
test/expect/TestScript.test_call_traced_fn_from_tracing_fn.expect [deleted file]
test/expect/TestScript.test_call_traced_mod_from_script_fn.expect [deleted file]
test/expect/TestScript.test_call_traced_mod_from_tracing_fn.expect [deleted file]
test/expect/TestScript.test_call_traced_module_from_traced_module.expect [deleted file]
test/expect/TestScript.test_call_tracing_fn_from_script_module.expect [deleted file]
test/expect/TestScript.test_call_tracing_mod_from_script_module.expect [deleted file]
test/test_jit.py
torch/csrc/jit/testing/file_check.cpp